We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b300c3e commit 07e1555Copy full SHA for 07e1555
compile_webidebridge.sh
@@ -52,7 +52,7 @@ bootstrapPlatforms()
52
env CC_FOR_TARGET=o64-clang CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 ./make.bash --no-clean
53
env CC_FOR_TARGET=gcc CGO_ENABLED=1 GOOS=linux GOARCH=amd64 ./make.bash --no-clean
54
env CC_FOR_TARGET=gcc CGO_ENABLED=1 GOOS=linux GOARCH=386 ./make.bash --no-clean
55
- env CGO_ENABLED=0 GOOS=linux GOARCH=arm ./make.bash --no-clean
+ #env CGO_ENABLED=0 GOOS=linux GOARCH=arm ./make.bash --no-clean
56
env CC_FOR_TARGET=i686-w64-mingw32-gcc CGO_ENABLED=1 GOOS=windows GOARCH=386 ./make.bash --no-clean
57
}
58
0 commit comments