Skip to content

Commit 1ff8933

Browse files
committed
Use cross-compile for i386
1 parent b833326 commit 1ff8933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_so.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ compile () {
2626
}
2727

2828
compile amd64 linux
29-
compile i386 linux "gcc -march=i586 -static-libgcc"
29+
#compile i386 linux "gcc -march=i586 -static-libgcc"
3030
compile ppc64 linux
3131
compile ppc64le linux
3232
compile aarch64 linux

0 commit comments

Comments
 (0)