File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ IOS_SIMULATOR_64_CC=$(shell xcrun -find -sdk iphonesimulator clang) -arch x86_64
19
19
20
20
# iOS ARMV7 build commands and flags
21
21
IOS_ARMV7_SDK_ROOT =$(shell xcrun --sdk iphoneos --show-sdk-path)
22
- IOS_ARMV7_CC =$(shell xcrun -find -sdk iphoneos clang) -arch armv7 --sysroot=$(IOS_ARMV7_SDK_ROOT ) -miphoneos-version-min=7.0
22
+ IOS_ARMV7_CC =$(shell xcrun -find -sdk iphoneos clang) -arch armv7 -fembed-bitcode - -sysroot=$(IOS_ARMV7_SDK_ROOT ) -miphoneos-version-min=7.0
23
23
24
24
# iOS ARMV7S build commands and flags
25
25
IOS_ARMV7S_SDK_ROOT =$(shell xcrun --sdk iphoneos --show-sdk-path)
26
- IOS_ARMV7S_CC =$(shell xcrun -find -sdk iphoneos clang) -arch armv7s --sysroot=$(IOS_ARMV7S_SDK_ROOT ) -miphoneos-version-min=7.0
26
+ IOS_ARMV7S_CC =$(shell xcrun -find -sdk iphoneos clang) -arch armv7s -fembed-bitcode - -sysroot=$(IOS_ARMV7S_SDK_ROOT ) -miphoneos-version-min=7.0
27
27
28
28
# iOS ARM64 build commands and flags
29
29
IOS_ARM64_SDK_ROOT =$(shell xcrun --sdk iphoneos --show-sdk-path)
30
- IOS_ARM64_CC =$(shell xcrun -find -sdk iphoneos clang) -arch arm64 --sysroot=$(IOS_ARM64_SDK_ROOT ) -miphoneos-version-min=7.0
30
+ IOS_ARM64_CC =$(shell xcrun -find -sdk iphoneos clang) -arch arm64 -fembed-bitcode - -sysroot=$(IOS_ARM64_SDK_ROOT ) -miphoneos-version-min=7.0
31
31
32
32
33
33
all : Python-$(PYTHON_VERSION ) -iOS-support.b$(BUILD_NUMBER ) .tar.gz
You can’t perform that action at this time.
0 commit comments