Skip to content

Commit fff1a7a

Browse files
committed
disabled objcopy for ios
1 parent 929ce71 commit fff1a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.ios

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1616
binding_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

2323
binding_ios_armv7:
2424
BINDING_FILE=$(IOS_OUTPUT)/armv7.a BUILD_MODE="c-archive" \

0 commit comments

Comments
 (0)