3
0
Fork 0
forked from mirrors/nixpkgs

clang-wrapper: Sync with gcc-wrapper

This commit is contained in:
Eelco Dolstra 2014-01-23 10:57:34 +01:00
parent 3b20a10ae9
commit f4af2a8737

View file

@ -1,6 +1,6 @@
addCVars () {
if test -d $1/include; then
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$1/include"
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -isystem $1/include"
fi
if test -d $1/lib64; then