Order SYSTEM include directories after non-system directories

An effect of the `-isystem` flag is to search the directory after those
specified via `-I` flags.  Make behavior more consistent on compilers
that do not have any `-isystem` flag by explicitly moving system include
directories to the end.
This commit is contained in:
Ephi Sinowitz
2018-04-13 07:58:47 -04:00
committed by Brad King
parent fe0082875a
commit 76ad2ecb50
7 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1 @@
/* empty file */