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 e1ce538 commit 6b4c96dCopy full SHA for 6b4c96d
ext/js/depend
@@ -1,7 +1,7 @@
1
link.filelist:
2
echo $(foreach obj,$(OBJS),$(abspath $(obj))) > $@
3
4
-static: link.filelist
+js.a: link.filelist
5
6
bindgen/rb-js-abi-host.h bindgen/rb-js-abi-host.c &: bindgen/rb-js-abi-host.wit
7
@mkdir -p "$(@D)"
ext/witapi/depend
@@ -2,7 +2,7 @@ link.filelist:
echo -mexec-model=reactor >> $@
+witapi.a: link.filelist
bindgen/rb-abi-guest.h bindgen/rb-abi-guest.c &: bindgen/rb-abi-guest.wit
8
0 commit comments