Skip to content

Commit 05924ce

Browse files
committed
Fetch all artifacts before generating ELF list
Without this, the ELF list may be generated incorrectly because the build/riscv32 ELF executable has not been fetched yet.
1 parent 1f72e2b commit 05924ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/wasm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ CFLAGS_emcc += --embed-file build/jit-bf.elf@/jit-bf.elf \
5656
endif
5757

5858

59-
$(OUT)/elf_list.js: tools/gen-elf-list-js.py
59+
$(OUT)/elf_list.js: artifact tools/gen-elf-list-js.py
6060
$(Q)tools/gen-elf-list-js.py > $@
6161

6262
# used to download all dependencies of elf executable and bundle into single wasm

0 commit comments

Comments
 (0)