poco/build/config/AppleTVSimulator
Guenter Obiltschnig 5184a8526f tvOS support
2015-09-29 14:25:54 +02:00

14 lines
304 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-version-min=$(TVOS_SDK_VERSION_MIN)
include $(POCO_BASE)/build/config/AppleTV