Browse Source

Do not try to build cairo backend under wasm

Signed-off-by: falkTX <falktx@falktx.com>
pull/421/head
falkTX 2 years ago
parent
commit
19d93ef42f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.base.mk

+ 1
- 1
Makefile.base.mk View File

@@ -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



Loading…
Cancel
Save