poco/build/config/iPhoneSimulator-clang

12 lines
342 B
Plaintext
Raw Normal View History

#
# iPhoneSimulator-clang
#
# 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-clang