mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Add Mac support.
This commit is contained in:
parent
96f3e88faf
commit
7bb92b3f75
11
Makefile
11
Makefile
@ -70,8 +70,15 @@ ifeq ($(OS),Windows_NT)
|
|||||||
MAKEROM = $(TOPDIR)/tools/makerom.exe
|
MAKEROM = $(TOPDIR)/tools/makerom.exe
|
||||||
BANNERTOOL = $(TOPDIR)/tools/bannertool.exe
|
BANNERTOOL = $(TOPDIR)/tools/bannertool.exe
|
||||||
else
|
else
|
||||||
MAKEROM = $(TOPDIR)/tools/makerom
|
UNAME_S := $(shell uname -s)
|
||||||
BANNERTOOL = $(TOPDIR)/tools/bannertool
|
ifeq ($(UNAME_S),Linux)
|
||||||
|
MAKEROM = $(TOPDIR)/tools/makerom-linux
|
||||||
|
BANNERTOOL = $(TOPDIR)/tools/bannertool-linux
|
||||||
|
endif
|
||||||
|
ifeq ($(UNAME_S),Darwin)
|
||||||
|
MAKEROM = $(TOPDIR)/tools/makerom-mac
|
||||||
|
BANNERTOOL = $(TOPDIR)/tools/bannertool-mac
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
BIN
tools/bannertool-mac
Executable file
BIN
tools/bannertool-mac
Executable file
Binary file not shown.
BIN
tools/makerom-mac
Executable file
BIN
tools/makerom-mac
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user