Makefile now builds universal binary.
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ APP_SPECIFIC_PASSWORD := $(shell cat ./ids/APP_SPECIFIC_PASSWORD)
|
|||||||
exe = Grapp
|
exe = Grapp
|
||||||
|
|
||||||
$(exe).app:
|
$(exe).app:
|
||||||
$(MAKE) -C src FLAGS=-O CFLAGS=-O3 default
|
$(MAKE) -C src FLAGS=-O CFLAGS=-O3 UNIVERSAL=1 default
|
||||||
|
|
||||||
container:
|
container:
|
||||||
ditto -c -k --keepParent ./src/$(exe).app ./build/$(exe).zip
|
ditto -c -k --keepParent ./src/$(exe).app ./build/$(exe).zip
|
||||||
|
|||||||
Reference in New Issue
Block a user