问题
当在GO环境下进行交叉编译时报错
build constraints exclude all Go files in…
解决
用xgo去CGO的交叉编译器
命令行执行
go get -u -v github.com/karalabe/xgo
编译
xgo --targets=linux/amd64 ./
当在GO环境下进行交叉编译时报错
build constraints exclude all Go files in…
用xgo去CGO的交叉编译器
命令行执行
go get -u -v github.com/karalabe/xgo
编译
xgo --targets=linux/amd64 ./