Skip to content

Commit

Permalink
Fix for logging in downloadDependencies script
Browse files Browse the repository at this point in the history
  • Loading branch information
stekyne committed Nov 14, 2019
1 parent 8751980 commit bae6e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvc/downloadDependencies.ps1
Expand Up @@ -123,9 +123,9 @@ echo "Total duration: $($duration.TotalMinutes) minutes"
echo "-------------------------------------------------"
echo "Generating Csound Visual Studio solution..."
echo "vsGenerator: $vsGenerator"
echo "VCPKG script: '$vcpkgCmake'"

$vcpkgCmake = "$vcpkgDir\scripts\buildsystems\vcpkg.cmake"
echo "VCPKG script: '$vcpkgCmake'"

cd $currentDir
mkdir csound-vs -ErrorAction SilentlyContinue
Expand Down

0 comments on commit bae6e96

Please sign in to comment.