File tree Expand file tree Collapse file tree 7 files changed +3
-3
lines changed Expand file tree Collapse file tree 7 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55# go install github.com/tougee/jvm/cmd/gobind
66
77# should export JAVA_HOME if not set
8- export JAVA_HOME=/Library/Java/JavaVirtualMachines/openjdk-11.0.2 .jdk/Contents/Home
8+ export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8 .jdk/Contents/Home
99
1010gomobile bind -target=darwin/amd64 -x -v -o build -tags=openssl mixin/kernel
Original file line number Diff line number Diff line change 77# build on MacOS
88# brew install FiloSottile/musl-cross/musl-cross
99# export CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++
10- # export JAVA_HOME=/Library/Java/JavaVirtualMachines/openjdk-11.0.2 .jdk/Contents/Home
10+ # export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8 .jdk/Contents/Home
1111
1212gomobile bind -target=linux/amd64 -x -v -o build -tags=openssl mixin/kernel
Original file line number Diff line number Diff line change 77# build on MacOS
88# brew install mingw-w64
99# export CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++
10- # export JAVA_HOME=/Library/Java/JavaVirtualMachines/openjdk-11.0.2 .jdk/Contents/Home
10+ # export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8 .jdk/Contents/Home
1111
1212gomobile bind -target=windows/amd64 -x -v -o build -tags=openssl mixin/kernel
You can’t perform that action at this time.
0 commit comments