From bf8248ef0ee33b5b9755dcda393048affef32c3f Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 6 Sep 2022 21:59:54 +0100 Subject: [PATCH] Fix build Signed-off-by: falkTX --- Makefile.plugins.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk index 09125e23..5322be70 100644 --- a/Makefile.plugins.mk +++ b/Makefile.plugins.mk @@ -544,11 +544,13 @@ endif # --------------------------------------------------------------------------------------------------------------------- # CLAP -ifneq ($(HAIKU_OR_MACOS_OR_WASM_OR_WINDOWS),true) ifeq ($(HAVE_DGL),true) +ifneq ($(HAIKU),true) +ifneq ($(WASM),true) CLAP_LIBS = -lpthread endif endif +endif clap: $(clap) $(clapfiles)