ide/project: Treating both 'emcc' and 'clang' as 'gcc' type compilers which should...
authorJerome St-Louis <jerome@ecere.com>
Mon, 1 Aug 2016 19:10:19 +0000 (15:10 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 1 Aug 2016 22:05:27 +0000 (18:05 -0400)
commit01d7304e4524f51ac5c48621444f0fec59667dd5
tree25b9386174aa25d59cdcbaebe0a0d32008af61ca
parentbd1cc1935f9333dfd52627a6f474926233e9725c
ide/project: Treating both 'emcc' and 'clang' as 'gcc' type compilers which should use -isystem for global include paths
- This addresses wrong headers being used building with Emscripten, e.g. errno.h building libtiff
ide/src/project/Project.ec