We need internal isystem.
This commit is contained in:
parent
4d53e0fd33
commit
2f9ba97a53
@ -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 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user