mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 11:06:57 +01:00
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
#
|
|
# iPhoneSimulator-clang-libc++
|
|
#
|
|
# Build settings for iPhone Simulator, using Apple's iPhone SDK
|
|
#
|
|
|
|
IPHONE_SDK = iPhoneSimulator
|
|
POCO_TARGET_OSARCH = i686
|
|
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(IPHONE_SDK_BASE) -miphoneos-version-min=$(IPHONE_SDK_VERSION_MIN)
|
|
|
|
include $(POCO_BASE)/build/config/iPhone-clang-libc++
|