Makefile文件  |  6行  |  108 B

ifneq ($(TARGET_SIMULATOR),true)
ifeq ($(TARGET_ARCH),x86)
include $(call all-subdir-makefiles)
endif
endif