Saeyeol Lee

Results 1 issues of Saeyeol Lee

Can anyone give information about cross compiling? GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ HOST=x86_64-w64-mingw32 CGO_CFLAGS="-I/usr/local/include --sysroot /usr/local/Cellar/mingw-w64/9.0.0_2/toolchain-x86_64" CGO_LDFLAGS="-L/usr/local/lib --sysroot /usr/local/Cellar/mingw-w64/9.0.0_2/toolchain-x86_64" go build github.com/omniscale/imposm3/geom/geos I'm trying to cross compile (MacOS -> Windows)...