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 "