Skip to content

Commit

Permalink
Remove accidental test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stekyne committed Oct 28, 2019
1 parent 53a9aed commit f132741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvc/downloadDependencies.ps1
Expand Up @@ -85,7 +85,7 @@ New-Item -type file $vcpkgDir\downloads\AlwaysAllowDownloads -errorAction Silent
echo "Downloading VC packages..."
$targetTriplet = "x64-windows-static"
# TODO must download asiosdk and extract before doing portaudio installation
#vcpkg --triplet $targetTriplet install eigen3 fltk zlib libflac libogg libvorbis libsndfile libsamplerate portmidi portaudio liblo hdf5 dirent
vcpkg --triplet $targetTriplet install eigen3 fltk zlib libflac libogg libvorbis libsndfile libsamplerate portmidi portaudio liblo hdf5 dirent

$vcpkgTiming = (Get-Date).TimeOfDay

Expand Down

0 comments on commit f132741

Please sign in to comment.