Skip to content

Commit 9138ef0

Browse files
fix witapi ext build
1 parent 6c3b722 commit 9138ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/witapi/depend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ witapi-core.o: $(srcdir)/bindgen/rb-abi-guest.h
88

99
bindgen/%.o: $(srcdir)/bindgen/%.c
1010
@mkdir -p "$(@D)"
11-
$(CC) -c -I./bindgen -o $@ $<
11+
$(CC) -c -I$(srcdir)/bindgen -o $@ $<

0 commit comments

Comments
 (0)