Browse Source

dont bother building discovery tools for wasm

Signed-off-by: falkTX <falktx@falktx.com>
pull/1780/head
falkTX 1 year ago
parent
commit
7d0d88d71e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -29,10 +29,10 @@ VERSION := 2.6.0-alpha1

# ---------------------------------------------------------------------------------------------------------------------

TARGETS = backend discovery bridges-ui frontend theme
TARGETS = backend frontend theme

ifneq ($(WASM),true)
TARGETS += bridges-plugin interposer libjack plugin
TARGETS += bridges-plugin bridges-ui discovery interposer libjack plugin
endif

all: $(TARGETS)


Loading…
Cancel
Save