do not pass -isystem to winres
In mingw build, the compiler is gcc, so -isystem is supported, but winres is passed some include flags too and there -isystem should be turned back to -I.
Showing
Please
register
or
sign in
to comment
In mingw build, the compiler is gcc, so -isystem is supported, but winres is passed some include flags too and there -isystem should be turned back to -I.