cotire icon indicating copy to clipboard operation
cotire copied to clipboard

Fix -isystem flag handling

Open chfast opened this issue 8 years ago • 0 comments

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.

chfast avatar Aug 30 '17 13:08 chfast