poco/build/config/iPhoneSimulator
Alessandro Di Nepi 3eb18502e7
Fix platform when building for iPhoneSimulator (#4137)
When building for iPhoneSimulator the parameter to specify the minimum
OS version should be matched.
2023-09-11 13:55:51 +02:00

12 lines
330 B
Plaintext

#
# iPhoneSimulator
#
# Build settings for iPhone Simulator, using Apple's iPhone SDK
#
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