Skip to content

Commit

Permalink
Try to fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Aug 31, 2023
1 parent 7b2329e commit 37fb7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ plugins: libs

ifneq ($(CROSS_COMPILING),true)
gen: plugins dpf/utils/lv2_ttl_generator
@dpf/utils/generate-ttl.sh
@./dpf/utils/generate-ttl.sh
ifeq ($(MACOS),true)
@dpf/utils/generate-vst-bundles.sh
@./dpf/utils/generate-vst-bundles.sh
endif

dpf/utils/lv2_ttl_generator:
Expand Down

0 comments on commit 37fb7ae

Please sign in to comment.