We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a4ce4 commit f795843Copy full SHA for f795843
Makefile
@@ -20,7 +20,7 @@ vmdebug:
20
@cp target/debug/libvm.a target/release/libvm.a
21
@touch target/debug/libvm.so && cp target/debug/libvm.so target/release/libvm.so
22
@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
+ @touch target/debug/libuv.so && cp target/debug/libuv.so target/release/libuv.so
24
@touch target/debug/libuv.dylib && cp target/debug/libuv.dylib target/release/libuv.dylib
25
26
install:
0 commit comments