Skip to content

Commit f795843

Browse files
committed
fix: correct library copy command in Makefile
1 parent 88a4ce4 commit f795843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ vmdebug:
2020
@cp target/debug/libvm.a target/release/libvm.a
2121
@touch target/debug/libvm.so && cp target/debug/libvm.so target/release/libvm.so
2222
@touch target/debug/libvm.dylib && cp target/debug/libvm.dylib target/release/libvm.dylib
23-
@touch target/debug/libuv.so && cp target/debug/libvm.so target/release/libuv.so
23+
@touch target/debug/libuv.so && cp target/debug/libuv.so target/release/libuv.so
2424
@touch target/debug/libuv.dylib && cp target/debug/libuv.dylib target/release/libuv.dylib
2525

2626
install:

0 commit comments

Comments
 (0)