Skip to content

Commit c9eca12

Browse files
committed
Remove unnecessary mv
1 parent 6dff4cc commit c9eca12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ $(BUILTINS_LIB_PATH):
592592
mkdir -p $(BUILTINS_LIB_DIR)
593593
curl -sSfL $(BUILTINS_URL) | \
594594
tar xzf - -C $(BUILTINS_LIB_DIR) --strip-components 1
595-
mv $(BUILTINS_LIB_DIR)/*.a $(BUILTINS_LIB_PATH)
596595
endif
597596

598597
# TODO: Specify SDK version, e.g. libc.so.wasi-sdk-21, as SO_NAME once `wasm-ld`

0 commit comments

Comments
 (0)