Homebrew complains that "Linux is required" for (the single header) ladspa.h - bizarre, but whatever

This commit is contained in:
Chris Cannam
2021-01-08 12:04:53 +00:00
parent a1cf6f1ac8
commit 338eb593c8

View File

@@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: deps - name: deps
run: brew install libsndfile ladspa-sdk vamp-plugin-sdk run: brew install libsndfile vamp-plugin-sdk
- name: make macos - name: make macos
run: make -f Makefile.osx clean all run: make -f Makefile.osx clean all
- name: make ios - name: make ios