fix variable content

This commit is contained in:
Patrick von Reth 2015-07-21 12:40:18 +02:00
parent 64a49cd48f
commit 4df5313ece
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function fixCmakeDestDir([string] $prefix, [string] $destDir)
Write-Host "rm $destDir\$rootLeftOver"
rm -Recurse "$destDir\$rootLeftOver"
}
$INSTALL_DIR=$env:APPVEYOR_BUILD_FOLDER\work\install
$INSTALL_DIR="$env:APPVEYOR_BUILD_FOLDER\work\install"
$CMAKE_INSTALL_ROOT=$INSTALL_DIR -replace "\\", "/"
$env:PATH="$env:PATH;$INSTALL_DIR"