Without LADSPA, don't build LADSPA plugin

This commit is contained in:
Chris Cannam
2021-01-08 12:08:13 +00:00
parent 338eb593c8
commit 497ec04c54

View File

@@ -16,7 +16,7 @@ jobs:
- name: deps
run: brew install libsndfile vamp-plugin-sdk
- name: make macos
run: make -f Makefile.osx clean all
run: make -f Makefile.osx clean library program vamp
- name: make ios
run: make -f Makefile.ios clean all