dont bother building discovery tools for wasm

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-21 19:36:45 +02:00
parent 191ebd9050
commit 7d0d88d71e
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions

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)