cdtenv: also store PATH and PKG_CONFIG_PATH

svn path=/nixpkgs/trunk/; revision=16478
This commit is contained in:
Marc Weber 2009-07-27 16:05:36 +00:00
parent f4ca975ce5
commit c3ddc9df62

View File

@ -102,6 +102,8 @@ in
link $target/include "$(echo "''${!INCLUDE_PATHS[@]}")"
echo "''${!LIBS[@]}" > $target/libs
echo "''${!CFLAGS_OTHER[@]}" > $target/cflags-other
echo "''${PKG_CONFIG_PATH}" > $target/PKG_CONFIG_PATH
echo "''${PATH}" > $target/PATH
'';
};
}