Skip to content

Serial list native #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 18, 2016
Merged
Prev Previous commit
Next Next commit
disable arm build
  • Loading branch information
facchinm committed May 16, 2016
commit 07e155519c19610548eebadf5121287c9fdad7ad
2 changes: 1 addition & 1 deletion compile_webidebridge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ bootstrapPlatforms()
env CC_FOR_TARGET=o64-clang CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 ./make.bash --no-clean
env CC_FOR_TARGET=gcc CGO_ENABLED=1 GOOS=linux GOARCH=amd64 ./make.bash --no-clean
env CC_FOR_TARGET=gcc CGO_ENABLED=1 GOOS=linux GOARCH=386 ./make.bash --no-clean
env CGO_ENABLED=0 GOOS=linux GOARCH=arm ./make.bash --no-clean
#env CGO_ENABLED=0 GOOS=linux GOARCH=arm ./make.bash --no-clean
env CC_FOR_TARGET=i686-w64-mingw32-gcc CGO_ENABLED=1 GOOS=windows GOARCH=386 ./make.bash --no-clean
}

Expand Down