xgo
xgo copied to clipboard
unrecognized command-line option for linux/386
xgo version @latest, pulled latest docker right before this as well. go version 1.24
Command:
xgo --targets="linux/386" ./Source/
Failure point in output:
Compiling for linux/386...
# runtime/cgo
gcc: error: unrecognized command-line option '-m32'
Technically I also call a setup.sh that apt installs the following: "libasound2-dev libc6-dev libgl1-mesa-dev libx11-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev pkg-config xinput" but I'm not sure why this would conflict.