Skip to content

Commit

Permalink
CI: use liblo v0.32 for windows build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
malloch committed Jul 19, 2024
1 parent 8c3a85f commit a0b7fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (!(Test-Path "$($scriptDir)\build\zlib\")) {
}
# Download liblo and build
if (!(Test-Path "$($scriptDir)\build\liblo\")) {
Invoke-WebRequest https://github.com/radarsat1/liblo/archive/refs/heads/master.zip -OutFile liblo.zip
Invoke-WebRequest https://github.com/radarsat1/liblo/archive/refs/tags/0.32.zip -OutFile liblo.zip
Expand-Archive liblo.zip liblo
rm liblo.zip
cd liblo\liblo-master\cmake\
Expand All @@ -39,4 +39,4 @@ cp -v ./build/zlib/msvc2017_64/lib/zlib/zlib.dll ./dist/zlib.dll
# Copy test files
cp -v ./build/test/Release/* ./dist/tests

Write-Host "Done! dll's for liblo and zlib are located in the dist/ folder"
Write-Host "Done! dll's for liblo and zlib are located in the dist/ folder"

0 comments on commit a0b7fd3

Please sign in to comment.