From 9060dba1fd52a4131a4c2fce0b21f8dfbd673336 Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Fri, 20 Mar 2026 22:52:31 +0200 Subject: [PATCH] testing 3 --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index b0d0de1..7bb3504 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -134,7 +134,7 @@ jobs: if: matrix.config.bundle run: | # following https://github.com/RustAudio/vst-rs/blob/master/osx_vst_bundler.sh mkdir -p "bundle/${{ matrix.config.bundleoutput }}.vst/Contents/MacOS" - clang++ -D__MACOSX_CORE__ -framework CoreServices -framework CoreAudio -framework CoreMIDI -framework CoreFoundation -L./build/ -lsointu -bundle -o bundle/${{ matrix.config.bundleoutput }} -all_load ${{ matrix.config.output }} + clang++ -D__MACOSX_CORE__ -framework CoreServices -framework CoreAudio -framework CoreMIDI -framework CoreFoundation -bundle -o bundle/${{ matrix.config.bundleoutput }} -all_load ${{ matrix.config.output }} echo "BNDL????" > "bundle/${{ matrix.config.bundleoutput }}.vst/Contents/PkgInfo" echo "