File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,12 @@ install:
1717 Invoke-WebRequest "https://web.archive.org/web/20200502121517/https://www.steinberg.net/sdk_downloads/vstsdk366_27_06_2016_build_61.zip" -OutFile "vstsdk.zip"
1818 Expand-Archive "vstsdk.zip" "C:\tmp"
1919 }
20- if (-Not (Test-Path "C:\tmp\Monad.FLParser.dll")) {
21- Invoke-WebRequest "https://github.com/LeStahL/FLParser/releases/download/compatibility-20.9/Monad.FLParser.dll" -OutFile "C:\tmp\Monad.FLParser.dll"
22- }
2320
2421build_script :
2522 # build native code/tests
2623 - mkdir build
2724 - cd build
28- - cmake -DCMAKE_GENERATOR_PLATFORM=%PLATFORM% -DVSTSDK3_DIR="C:/tmp/VST3 SDK" -DMONAD_FL_PARSER_DIR="C:/tmp/" ..
25+ - cmake -DCMAKE_GENERATOR_PLATFORM=%PLATFORM% -DVSTSDK3_DIR="C:/tmp/VST3 SDK" -DDOWNLOAD_MONAD_FL_PARSER=ON - DMONAD_FL_PARSER_DIR="C:/tmp/Monad.FLParser " ..
2926 - msbuild /v:minimal /nologo WaveSabre.sln
3027 - msbuild /v:minimal /nologo /property:Configuration="MinSizeRel" WaveSabre.sln
3128 - cd ..
You can’t perform that action at this time.
0 commit comments