diff --git a/Makefile.base.mk b/Makefile.base.mk index c17c2688..ab7891b4 100644 --- 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