diff --git a/build/config/AppleTV b/build/config/AppleTV index dff58750c..4f68d8bab 100644 --- a/build/config/AppleTV +++ b/build/config/AppleTV @@ -31,7 +31,7 @@ TVOS_SDK_VERSION_MIN ?= $(patsubst %.sdk,%,$(patsubst $(TVOS_SDK_ROOT_DIR)%,%,$( POCO_TARGET_OSNAME ?= $(TVOS_SDK) POCO_TARGET_OSARCH ?= arm64 TOOL_PREFIX ?= $(shell xcode-select -print-path)/Platforms/$(TVOS_SDK).platform/Developer/usr/bin -OSFLAGS ?= -arch $(POCO_TARGET_OSARCH) -isysroot $(TVOS_SDK_BASE) -mtvos-version-min=$(TVOS_SDK_VERSION_MIN) +OSFLAGS ?= -arch $(POCO_TARGET_OSARCH) -isysroot $(TVOS_SDK_BASE) -mtvos-version-min=$(TVOS_SDK_VERSION_MIN) -fembed-bitcode # # Tools diff --git a/build/config/AppleTVSimulator b/build/config/AppleTVSimulator index 211b34c31..a8659a2ca 100644 --- a/build/config/AppleTVSimulator +++ b/build/config/AppleTVSimulator @@ -8,6 +8,6 @@ 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) +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 diff --git a/build/config/WatchOS b/build/config/WatchOS index 15721fe22..d576e0235 100644 --- a/build/config/WatchOS +++ b/build/config/WatchOS @@ -31,7 +31,7 @@ WATCHOS_SDK_VERSION_MIN ?= $(patsubst %.sdk,%,$(patsubst $(WATCHOS_SDK_ROOT_DIR) POCO_TARGET_OSNAME ?= $(WATCHOS_SDK) POCO_TARGET_OSARCH ?= armv7k TOOL_PREFIX ?= $(shell xcode-select -print-path)/Platforms/$(WATCHOS_SDK).platform/Developer/usr/bin -OSFLAGS ?= -arch $(POCO_TARGET_OSARCH) -isysroot $(WATCHOS_SDK_BASE) -mwatchos-version-min=$(WATCHOS_SDK_VERSION_MIN) +OSFLAGS ?= -arch $(POCO_TARGET_OSARCH) -isysroot $(WATCHOS_SDK_BASE) -mwatchos-version-min=$(WATCHOS_SDK_VERSION_MIN) -fembed-bitcode # # Tools diff --git a/build/config/WatchSimulator b/build/config/WatchSimulator index 3e296ac20..b264e4c9a 100644 --- a/build/config/WatchSimulator +++ b/build/config/WatchSimulator @@ -8,6 +8,6 @@ WATCHOS_SDK = WatchSimulator 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