Makefile 239 B

12345678910
  1. SCRIPTS_PATH = ../Scripts
  2. ifneq (,$(findstring iphoneos,$(SDKROOT)))
  3. OTHER_OPTIONS += -target All-iOS
  4. else ifneq (,$(findstring iphonesimulator,$(SDKROOT)))
  5. OTHER_OPTIONS += -target All-iOS
  6. endif
  7. include ../../Makefile.shared