* 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
|
ensureDir $out
|
||||||
cat > $out/setup <<EOF
|
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 LIB="$(cygpath -w -p "$vs8Path/VC/lib:$sdkPath/lib")"
|
||||||
export INCLUDE="$(cygpath -w -p "$sdkPath/include:$sdkPath/include/crt")"
|
export INCLUDE="$(cygpath -w -p "$sdkPath/include:$sdkPath/include/crt")"
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user