Skip to content

Commit

Permalink
One more attempt at fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
stekyne committed Aug 16, 2019
1 parent 185812b commit d450779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvc/downloadDependencies.ps1
Expand Up @@ -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
Expand Down

0 comments on commit d450779

Please sign in to comment.