We need internal isystem.

This commit is contained in:
Vassil Vassilev 2014-03-28 10:49:06 +01:00 committed by sftnight
parent 4d53e0fd33
commit 2f9ba97a53

View File

@ -10,7 +10,7 @@ while ! [ "$1" = "" ] ; do
-print-file-name=include) `dirname $cling_binary`/clang $1; exit $?; ;;
-cc1) ;;
-triple) echo -e "Ignoring (probably invalid target): $invocation\n" >&2; exit 0; shift;;
-internal-isystem) ;;
-internal-isystem) cling_args="$cling_args -Xclang -internal-isystem -Xclang $2"; shift;;
-triple=*) echo -e "Ignoring (probably invalid target): $invocation\n" >&2; exit 0;;
-target-abi) shift;;
-I) cling_args="$cling_args -I $2"; shift ;;