commit bf8248ef0ee33b5b9755dcda393048affef32c3f
parent 5ddaeefc47bd215c630b372304461a62f3464924
Author: falkTX <falktx@falktx.com>
Date: Tue, 6 Sep 2022 21:59:27 +0100
Fix build
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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)