cotire
cotire copied to clipboard
Fix -isystem flag handling
The system includes must be passed to GCC compiler as 2 flags: "-isystem" "/example/include", not as a single one "-isystem /example/include". Otherwise the path is ignored.
Fixes https://github.com/sakra/cotire/issues/133.