blob: 92954ef87d17da7db922fed6fb52b4f3c5eb5ec8 [file] [log] [blame]
#!/bin/bash
# Invoke the Go compiler for localhost.
GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
CC="gcc" \
CXX="g++" \
exec go "$@"