Skip to content

Commit

Permalink
Skip fluidplug on macos intel
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Dec 29, 2023
1 parent 315fce4 commit 3be7f27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ PLUGINS += carla-plugins
PLUGINS += die-plugins
PLUGINS += dpf-plugins
PLUGINS += dragonfly-reverb
PLUGINS += fluidplug
PLUGINS += fomp
PLUGINS += gxquack
PLUGINS += invada-lv2
Expand Down Expand Up @@ -217,6 +216,11 @@ ifneq ($(PAWPAW_TARGET),macos)
PLUGINS += aidadsp-lv2
endif

# issues with glib static build on non-universal builds (fails to link to -liconv)
ifneq ($(PAWPAW_TARGET),macos)
PLUGINS += fluidplug
endif

# conflict with lv2-dev
# PLUGINS += lv2-examples

Expand Down

0 comments on commit 3be7f27

Please sign in to comment.