mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
change darwin check
This commit is contained in:
parent
296a539664
commit
2cfc7bd358
9
Makefile
9
Makefile
@ -31,14 +31,7 @@ LDFLAGS = -Map ../../$(MAP)
|
|||||||
|
|
||||||
LIB := -L ../../tools/agbcc/lib -lgcc -lc
|
LIB := -L ../../tools/agbcc/lib -lgcc -lc
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
SHA1SUM := $(shell { command -v sha1sum || command -v shasum; } 2>/dev/null) -c
|
||||||
SHA1 := sha1sum -c
|
|
||||||
else ifeq ($(shell uname -s),Darwin)
|
|
||||||
SHA1 := shasum -c
|
|
||||||
else
|
|
||||||
SHA1 := sha1sum -c
|
|
||||||
endif
|
|
||||||
|
|
||||||
GFX := tools/gbagfx/gbagfx
|
GFX := tools/gbagfx/gbagfx
|
||||||
AIF := tools/aif2pcm/aif2pcm
|
AIF := tools/aif2pcm/aif2pcm
|
||||||
MID := $(abspath tools/mid2agb/mid2agb)
|
MID := $(abspath tools/mid2agb/mid2agb)
|
||||||
|
Loading…
Reference in New Issue
Block a user