File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ binding_ios_arm64:
1111 SDK=iphoneos CC=$(PWD)/clangwrap.sh CGO_CFLAGS="-fembed-bitcode" \
1212 GOOS=ios GOARCH=arm64 CGO_ENABLED=1 \
1313 make binding
14- objcopy --redefine-syms=ios_syms.txt $(IOS_BINDING_OUTPUT)/arm64.a
14+ # objcopy --redefine-syms=ios_syms.txt $(IOS_BINDING_OUTPUT)/arm64.a
1515
1616binding_ios_x86_64:
1717 BINDING_FILE=$(IOS_OUTPUT)/x86_64.a BUILD_MODE="c-archive" \
1818 SDK=iphonesimulator CC=$(PWD)/clangwrap.sh \
1919 GOOS=ios GOARCH=amd64 CGO_ENABLED=1 \
2020 make binding
21- objcopy --redefine-syms=ios_syms.txt $(IOS_BINDING_OUTPUT)/x86_64.a
21+ # objcopy --redefine-syms=ios_syms.txt $(IOS_BINDING_OUTPUT)/x86_64.a
2222
2323binding_ios_armv7:
2424 BINDING_FILE=$(IOS_OUTPUT)/armv7.a BUILD_MODE="c-archive" \
You can’t perform that action at this time.
0 commit comments