multiarch / crossbuild

:earth_africa: multiarch cross compiling environments
MIT License
938 stars 143 forks source link

issues running commands with spaces #34

Closed inolen closed 6 years ago

inolen commented 6 years ago

I'm having an issue running commands with spaces, e.g.: cmake -G "MinGW Makefiles" .

From a quick google and reading of, I believe the $@ at the bottom of the crossbuild script just needs to be enclosed in quotes in order to resolve: exec "${binary}" "$@"

inolen commented 6 years ago

Closing this as https://github.com/multiarch/crossbuild/pull/33/commits/35245837aed943096043e84f7005de829206a6a9 solves the issue.