Skip to content

Commit

Permalink
Fix for liblo on windows, binaries were renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
stekyne committed Feb 16, 2019
1 parent d7cd0c7 commit 334c672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msvc/downloadDependencies.ps1
Expand Up @@ -294,8 +294,8 @@ mkdir liblo\cmakebuild -ErrorAction SilentlyContinue
cd liblo\cmakebuild
cmake ..\cmake -G $vsGenerator -T $vsToolset -DCMAKE_BUILD_TYPE="Release" -DTHREADING=1
cmake --build . --config Release
copy .\Release\lo.dll -Destination $depsBinDir -Force
copy .\Release\lo.lib -Destination $depsLibDir -Force
copy .\Release\liblo.dll -Destination $depsBinDir -Force
copy .\Release\liblo.lib -Destination $depsLibDir -Force
copy .\lo -Destination $depsIncDir -Force -Recurse
copy ..\lo\* -Destination $depsIncDir\lo -Force -Include "*.h"
robocopy ..\lo $depsIncDir\lo *.h /s /NJH /NJS
Expand Down

0 comments on commit 334c672

Please sign in to comment.