We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa60b6 commit 5155367Copy full SHA for 5155367
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build VST3 SDK
21
working-directory: ${{github.workspace}}/vstbuild
22
run:
23
- cmake.exe -G "Visual Studio 17 2022" -A x64 ../vst3sdk
+ cmake.exe -G "Visual Studio 17 2022" -A x64 ../vst3sdk -DSMTG_CREATE_PLUGIN_LINK=0
24
25
- name: Run MSBuild
26
working-directory: ${{github.workspace}}
0 commit comments