Add VST64 targets for Linux ARM64 (#7687)

Initial support for winegcc on ARM64
This commit is contained in:
Tres Finocchiaro
2025-02-13 01:23:37 -05:00
committed by GitHub
parent 7d271e4f39
commit e615046d78
4 changed files with 24 additions and 6 deletions

View File

@@ -116,8 +116,6 @@ jobs:
ccache --zero-stats
cmake -S . \
-B build \
-DWANT_VST_32=OFF \
-DWANT_VST_64=OFF \
$CMAKE_OPTS
- name: Build
run: cmake --build build