mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 07:05:47 +01:00
Upgrade to libsoxr 0.0.2.
This commit is contained in:
@@ -8,7 +8,7 @@ if x%build% == x set build=Release
|
||||
mkdir %build%
|
||||
cd %build%
|
||||
|
||||
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=%build% ..
|
||||
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=%build% -DBUILD_TESTS=ON ..
|
||||
if errorlevel 1 goto end
|
||||
|
||||
nmake
|
||||
|
||||
Reference in New Issue
Block a user