diff --git a/msvc/downloadDependencies.ps1 b/msvc/downloadDependencies.ps1 index 6e39dd0249b..60986950297 100644 --- a/msvc/downloadDependencies.ps1 +++ b/msvc/downloadDependencies.ps1 @@ -27,7 +27,7 @@ $buildTiming = 0 $cmakeTiming = 0 # Add to path to call tools -$env:Path += $depsDir + ";" +$env:Path += ";"+ $depsDir + ";" # Find VCPKG from path if it already exists # Otherwise use the local Csound version that will be installed