mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-02 17:50:53 +02:00
tvOS / WatchOS bitcode enabled for simulators
This commit is contained in:
parent
05646a3c88
commit
9e66e6e522
@ -8,6 +8,6 @@
|
|||||||
|
|
||||||
TVOS_SDK = AppleTVSimulator
|
TVOS_SDK = AppleTVSimulator
|
||||||
POCO_TARGET_OSARCH = x86_64
|
POCO_TARGET_OSARCH = x86_64
|
||||||
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(TVOS_SDK_BASE) -mtvos-simulator-version-min=$(TVOS_SDK_VERSION_MIN)
|
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
|
include $(POCO_BASE)/build/config/AppleTV
|
||||||
|
@ -8,6 +8,6 @@
|
|||||||
|
|
||||||
WATCHOS_SDK = WatchSimulator
|
WATCHOS_SDK = WatchSimulator
|
||||||
POCO_TARGET_OSARCH = i386
|
POCO_TARGET_OSARCH = i386
|
||||||
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(WATCHOS_SDK_BASE) -mwatchos-simulator-version-min=$(WATCHOS_SDK_VERSION_MIN)
|
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(WATCHOS_SDK_BASE) -mwatchos-simulator-version-min=$(WATCHOS_SDK_VERSION_MIN) -fembed-bitcode
|
||||||
|
|
||||||
include $(POCO_BASE)/build/config/WatchOS
|
include $(POCO_BASE)/build/config/WatchOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user