Closed dhiachou closed 3 years ago
Limit manual changes in winbuild-cross.sh to environment variables defined at the top of the file
Cross-compile does not use local GCC so this kind of GCC version detection will not work.
Perhaps using ls /usr/lib/gcc/x86_64-w64-mingw32/ and then parsing its outputs with regex ?
ls /usr/lib/gcc/x86_64-w64-mingw32/
Limit manual changes in winbuild-cross.sh to environment variables defined at the top of the file