Skip to content

Commit

Permalink
Fix wasm build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Aug 15, 2023
1 parent a197fd7 commit def2e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ endif
# ---------------------------------------------------------------------------------------------------------------------

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

static: $(OBJS_standalone)

Expand Down

0 comments on commit def2e94

Please sign in to comment.