cdtenv: also store PATH and PKG_CONFIG_PATH
svn path=/nixpkgs/trunk/; revision=16478
This commit is contained in:
parent
f4ca975ce5
commit
c3ddc9df62
@ -102,6 +102,8 @@ in
|
|||||||
link $target/include "$(echo "''${!INCLUDE_PATHS[@]}")"
|
link $target/include "$(echo "''${!INCLUDE_PATHS[@]}")"
|
||||||
echo "''${!LIBS[@]}" > $target/libs
|
echo "''${!LIBS[@]}" > $target/libs
|
||||||
echo "''${!CFLAGS_OTHER[@]}" > $target/cflags-other
|
echo "''${!CFLAGS_OTHER[@]}" > $target/cflags-other
|
||||||
|
echo "''${PKG_CONFIG_PATH}" > $target/PKG_CONFIG_PATH
|
||||||
|
echo "''${PATH}" > $target/PATH
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user