mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 23:12:57 +02:00
enable bitcode for iPhone
This commit is contained in:
parent
f2d10a1351
commit
2540c5340f
@ -31,7 +31,7 @@ IPHONE_SDK_VERSION_MIN ?= $(patsubst %.sdk,%,$(patsubst $(IPHONE_SDK_ROOT_DIR)%,
|
|||||||
POCO_TARGET_OSNAME ?= $(IPHONE_SDK)
|
POCO_TARGET_OSNAME ?= $(IPHONE_SDK)
|
||||||
POCO_TARGET_OSARCH ?= armv6
|
POCO_TARGET_OSARCH ?= armv6
|
||||||
TOOL_PREFIX ?= $(shell xcode-select -print-path)/Platforms/$(IPHONE_SDK).platform/Developer/usr/bin
|
TOOL_PREFIX ?= $(shell xcode-select -print-path)/Platforms/$(IPHONE_SDK).platform/Developer/usr/bin
|
||||||
OSFLAGS ?= -arch $(POCO_TARGET_OSARCH) -isysroot $(IPHONE_SDK_BASE) -mthumb -miphoneos-version-min=$(IPHONE_SDK_VERSION_MIN)
|
OSFLAGS ?= -arch $(POCO_TARGET_OSARCH) -isysroot $(IPHONE_SDK_BASE) -mthumb -miphoneos-version-min=$(IPHONE_SDK_VERSION_MIN) -fembed-bitcode
|
||||||
|
|
||||||
#
|
#
|
||||||
# Tools
|
# Tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user