poco/build/config/AppleTVSimulator

12 lines
321 B
Plaintext
Raw Normal View History

2015-09-29 14:25:54 +02:00
#
# AppleTVSimulator
#
# Build settings for tvOS 9.0 Simulator
#
TVOS_SDK = AppleTVSimulator
POCO_TARGET_OSARCH = x86_64
2015-11-13 10:52:27 +01:00
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(TVOS_SDK_BASE) -mtvos-simulator-version-min=$(TVOS_SDK_VERSION_MIN) -fembed-bitcode
2015-09-29 14:25:54 +02:00
include $(POCO_BASE)/build/config/AppleTV