blob: 344ef480b1f10948174f2e0a52b7e9b3efbd8b11 [file] [log] [blame]
SCRIPTS_PATH = ../Scripts
ifneq (,$(findstring iphoneos,$(SDKROOT)))
OTHER_OPTIONS += -target All-iOS
else ifneq (,$(findstring iphonesimulator,$(SDKROOT)))
OTHER_OPTIONS += -target All-iOS
endif
include ../../Makefile.shared