Add jit.rs as dependency in Makefile

This commit is contained in:
Alan Wu 2025-05-20 17:34:26 +09:00
parent bf082a37a9
commit dfc0fe3679
Notes: git 2025-05-20 15:40:29 +00:00

View File

@ -7,7 +7,7 @@
RUST_LIB_TOUCH = touch $@
ifneq ($(JIT_CARGO_SUPPORT),no)
$(RUST_LIB):
$(RUST_LIB): $(srcdir)/jit.rs
$(Q)if [ '$(ZJIT_SUPPORT)' != no -a '$(YJIT_SUPPORT)' != no ]; then \
echo 'building YJIT and ZJIT ($(JIT_CARGO_SUPPORT:yes=release) mode)'; \
elif [ '$(ZJIT_SUPPORT)' != no ]; then \