forked from mirrors/nixpkgs
* Oops.
svn path=/nixpkgs/trunk/; revision=5371
This commit is contained in:
parent
08d3840c94
commit
51640ca1ab
|
@ -2,7 +2,7 @@ source $stdenv/setup
|
|||
|
||||
ensureDir $out
|
||||
cat > $out/setup <<EOF
|
||||
export PATH="$vs8Path/VC/bin:$vs8Path/Common7/IDE:$sdkPath/bin:$PATH"
|
||||
export PATH="$vs8Path/VC/bin:$vs8Path/Common7/IDE:$sdkPath/bin:\$PATH"
|
||||
export LIB="$(cygpath -w -p "$vs8Path/VC/lib:$sdkPath/lib")"
|
||||
export INCLUDE="$(cygpath -w -p "$sdkPath/include:$sdkPath/include/crt")"
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue