Updated Makefile to only build release OS X app bundles
This commit is contained in:
parent
95138f456e
commit
744651f72f
2 changed files with 5 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -1205,8 +1205,8 @@ endif
|
|||
|
||||
NAKED_TARGETS=$(shell echo $(TARGETS) | sed -e "s!$(B)/!!g")
|
||||
|
||||
MACOSX_TARGET_STRING=$(shell if [ "$(B)" == "$(BR)" ]; then echo "release"; elif [ "$(B)" == "$(BD)" ]; then echo "debug"; fi)
|
||||
MACOSX_MAKE_APP=@if [ -x "./make-macosx-app.sh" ]; then "./make-macosx-app.sh" $(MACOSX_TARGET_STRING) $(ARCH); fi
|
||||
#MACOSX_TARGET_STRING=$(shell if [ "$(B)" == "$(BR)" ]; then echo "release"; elif [ "$(B)" == "$(BD)" ]; then echo "debug"; fi)
|
||||
MACOSX_MAKE_APP=@if [ -x "./make-macosx-app.sh" ]; then "./make-macosx-app.sh" release $(ARCH); fi
|
||||
|
||||
print_list=@for i in $(1); \
|
||||
do \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue