poco/build/config/iPhoneSimulator

12 lines
330 B
Plaintext
Raw Permalink Normal View History

#
# iPhoneSimulator
#
# Build settings for iPhone Simulator, using Apple's iPhone SDK
2022-07-07 11:18:20 +02:00
#
IPHONE_SDK = iPhoneSimulator
POCO_TARGET_OSARCH = x86_64
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(IPHONE_SDK_BASE) -miphonesimulator-version-min=$(IPHONE_SDK_VERSION_MIN)
include $(POCO_BASE)/build/config/iPhone