commit 19d93ef42f00c52853127b52d0643fc66917ae03
parent b344d6b22fb666a39a5a552c6895c11d5f28fef5
Author: falkTX <falktx@falktx.com>
Date: Wed, 3 May 2023 18:39:14 +0200
Do not try to build cairo backend under wasm
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.base.mk b/Makefile.base.mk
@@ -352,7 +352,7 @@ endif
# ---------------------------------------------------------------------------------------------------------------------
# Check for required libraries
-ifneq ($(HAIKU),true)
+ifneq ($(HAIKU)$(WASM),true)
HAVE_CAIRO = $(shell $(PKG_CONFIG) --exists cairo && echo true)
endif