Skip to content

Commit 6b4c96d

Browse files
create link.filelist at lib.a
`make static` tries to install .rb files but it's not necessary, so we use `make {lib}.a`, but link.filelist generation phase was not updated
1 parent e1ce538 commit 6b4c96d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/js/depend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
link.filelist:
22
echo $(foreach obj,$(OBJS),$(abspath $(obj))) > $@
33

4-
static: link.filelist
4+
js.a: link.filelist
55

66
bindgen/rb-js-abi-host.h bindgen/rb-js-abi-host.c &: bindgen/rb-js-abi-host.wit
77
@mkdir -p "$(@D)"

ext/witapi/depend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ link.filelist:
22
echo $(foreach obj,$(OBJS),$(abspath $(obj))) > $@
33
echo -mexec-model=reactor >> $@
44

5-
static: link.filelist
5+
witapi.a: link.filelist
66

77
bindgen/rb-abi-guest.h bindgen/rb-abi-guest.c &: bindgen/rb-abi-guest.wit
88
@mkdir -p "$(@D)"

0 commit comments

Comments
 (0)