Browse Source

Fix wasm build

Signed-off-by: falkTX <falktx@falktx.com>
fix-audiofile-buffering
falkTX 1 year ago
parent
commit
def2e944f7
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/backend/Makefile

+ 2
- 0
source/backend/Makefile View File

@@ -140,7 +140,9 @@ endif
# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------


all: $(TARGETS) all: $(TARGETS)
ifneq ($(WASM),true)
$(MAKE) -C utils $(MAKE) -C utils
endif


static: $(OBJS_standalone) static: $(OBJS_standalone)




Loading…
Cancel
Save