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

14 lines
314 B
Plaintext

#
# $Id$
#
# AppleTVSimulator
#
# Build settings for tvOS 9.0 Simulator
#
TVOS_SDK = AppleTVSimulator
POCO_TARGET_OSARCH = x86_64
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(TVOS_SDK_BASE) -mtvos-simulator-version-min=$(TVOS_SDK_VERSION_MIN)
include $(POCO_BASE)/build/config/AppleTV