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.
-
mentioned in commit b928be62
-
mentioned in issue #18363 (closed)
-
mentioned in commit d3dcf8d7
Please register or sign in to comment