poco/build/config/WatchSimulator

12 lines
326 B
Plaintext
Raw Permalink Normal View History

2015-09-29 20:43:22 +02:00
#
# WatchSimulator
#
# Build settings for WatchOS 2.0 Simulator
2022-07-07 11:18:20 +02:00
#
2015-09-29 20:43:22 +02:00
WATCHOS_SDK = WatchSimulator
POCO_TARGET_OSARCH = i386
2015-11-13 10:52:27 +01:00
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(WATCHOS_SDK_BASE) -mwatchos-simulator-version-min=$(WATCHOS_SDK_VERSION_MIN) -fembed-bitcode
2015-09-29 20:43:22 +02:00
include $(POCO_BASE)/build/config/WatchOS