techknowlogick / xgo

Go CGO cross compiler
MIT License
478 stars 79 forks source link

Properly quote the GCFLAGS and LDFLAGS #186

Closed zeripath closed 2 years ago

zeripath commented 2 years ago

Unfortunately the construction of the GCFLAGS and LDFLAGS arrays doesn't result in correct quoting.

Forcibly quote these.

Fix #182

Signed-off-by: Andrew Thornton art27@cantab.net