poco/build/config/WatchSimulator
2015-09-29 20:43:22 +02:00

14 lines
320 B
Plaintext

#
# $Id$
#
# WatchSimulator
#
# Build settings for WatchOS 2.0 Simulator
#
WATCHOS_SDK = WatchSimulator
POCO_TARGET_OSARCH = i386
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(WATCHOS_SDK_BASE) -mwatchos-simulator-version-min=$(WATCHOS_SDK_VERSION_MIN)
include $(POCO_BASE)/build/config/WatchOS