1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-01-10 03:33:08 +01:00
poco/build/config/AppleTVSimulator
2015-11-12 23:56:52 +11:00

14 lines
330 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) -fembed-bitcode
include $(POCO_BASE)/build/config/AppleTV