macOS: add API prefix to bin name. Do not tgz .app (you should use ziprelease)
This commit is contained in:
parent
878568c7f5
commit
2cdbcac40d
@ -181,7 +181,7 @@ endif
|
|||||||
PLATFORMFILES = ../share/grafx2/gfx2.png
|
PLATFORMFILES = ../share/grafx2/gfx2.png
|
||||||
# Where the SDL frameworks are located
|
# Where the SDL frameworks are located
|
||||||
FWDIR = /Library/Frameworks
|
FWDIR = /Library/Frameworks
|
||||||
BIN = ../bin/grafx2
|
BIN = ../bin/grafx2-$(API)
|
||||||
|
|
||||||
ifeq ($(API),sdl)
|
ifeq ($(API),sdl)
|
||||||
SDLCONFIG := $(shell which sdl-config)
|
SDLCONFIG := $(shell which sdl-config)
|
||||||
@ -810,7 +810,7 @@ endif
|
|||||||
cp $(BIN) $(MACAPPEXE)
|
cp $(BIN) $(MACAPPEXE)
|
||||||
$(STRIP) -x -X -S $(MACAPPEXE)
|
$(STRIP) -x -X -S $(MACAPPEXE)
|
||||||
chmod +x $(MACAPPEXE)
|
chmod +x $(MACAPPEXE)
|
||||||
tar cvzf grafx2-git$(GIT_REVISION)-macosx.tgz --exclude '.git' --exclude '*DS_Store*' Grafx2.app/*
|
#tar cvzf grafx2-git$(GIT_REVISION)-macosx.tgz --exclude '.git' --exclude '*DS_Store*' Grafx2.app/*
|
||||||
else
|
else
|
||||||
all : $(BIN)
|
all : $(BIN)
|
||||||
ifeq ($(ATARICROSS),1)
|
ifeq ($(ATARICROSS),1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user