From a601b98b74efe4799282f61312f709a2fe971872 Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Sat, 21 Jun 2025 09:43:14 +0300 Subject: [PATCH] ci: switch to using clang++ on Mac for rtmidi and add missing libs --- .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 d795cb8..d104255 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -156,7 +156,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: ${{ matrix.config.MACOSX_DEPLOYMENT_TARGET }} run: | # following https://github.com/RustAudio/vst-rs/blob/master/osx_vst_bundler.sh mkdir -p "bundle/${{ matrix.config.bundleoutput }}.vst/Contents/MacOS" - clang -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 -L./build/ -lsointu -bundle -o bundle/${{ matrix.config.bundleoutput }} -all_load ${{ matrix.config.output }} echo "BNDL????" > "bundle/${{ matrix.config.bundleoutput }}.vst/Contents/PkgInfo" echo "