fixed GH #1546: Enable bitcode for iPhone build config

This commit is contained in:
Guenter Obiltschnig 2017-01-10 15:08:03 +01:00
parent 04812f5728
commit 917a4da7e9

View File

@ -34,7 +34,7 @@ TOOL_PREFIX ?= $(shell xcode-select -print-path)/Platforms/$(IPHONE_S
ifneq ($(POCO_TARGET_OSARCH),arm64)
THUMB = -mthumb
endif
OSFLAGS ?= -arch $(POCO_TARGET_OSARCH) -isysroot $(IPHONE_SDK_BASE) $(THUMB) -miphoneos-version-min=$(IPHONE_SDK_VERSION_MIN)
OSFLAGS ?= -arch $(POCO_TARGET_OSARCH) -isysroot $(IPHONE_SDK_BASE) $(THUMB) -miphoneos-version-min=$(IPHONE_SDK_VERSION_MIN) -fembed-bitcode
#
# Tools