From 8bbce1c2c14044103c0b58849a606c85ce45619e Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 6 Sep 2022 16:15:00 +0100 Subject: [PATCH] Fix a typo --- Makefile.plugins.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk index 98e789f5..09125e23 100644 --- a/Makefile.plugins.mk +++ b/Makefile.plugins.mk @@ -544,7 +544,7 @@ endif # --------------------------------------------------------------------------------------------------------------------- # CLAP -ifeq ($(HAIKU_OR_MACOS_OR_WASM_OR_WINDOWS),true) +ifneq ($(HAIKU_OR_MACOS_OR_WASM_OR_WINDOWS),true) ifeq ($(HAVE_DGL),true) CLAP_LIBS = -lpthread endif