mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
fixed GH #1546: Enable bitcode for iPhone build config
This commit is contained in:
parent
04812f5728
commit
917a4da7e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user