Skip to content

Commit 645121c

Browse files
committed
Fix linux so
1 parent 46e9bda commit 645121c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

library/go/build-linux.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
# export CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++
1010
# export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
1111

12+
# build on Linux
13+
# export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64/
14+
1215
gomobile bind -target=linux/amd64 -x -v -o build -tags=openssl mixin/kernel
-656 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)