Add jit.rs as dependency in Makefile
This commit is contained in:
parent
bf082a37a9
commit
dfc0fe3679
Notes:
git
2025-05-20 15:40:29 +00:00
@ -7,7 +7,7 @@
|
|||||||
RUST_LIB_TOUCH = touch $@
|
RUST_LIB_TOUCH = touch $@
|
||||||
|
|
||||||
ifneq ($(JIT_CARGO_SUPPORT),no)
|
ifneq ($(JIT_CARGO_SUPPORT),no)
|
||||||
$(RUST_LIB):
|
$(RUST_LIB): $(srcdir)/jit.rs
|
||||||
$(Q)if [ '$(ZJIT_SUPPORT)' != no -a '$(YJIT_SUPPORT)' != no ]; then \
|
$(Q)if [ '$(ZJIT_SUPPORT)' != no -a '$(YJIT_SUPPORT)' != no ]; then \
|
||||||
echo 'building YJIT and ZJIT ($(JIT_CARGO_SUPPORT:yes=release) mode)'; \
|
echo 'building YJIT and ZJIT ($(JIT_CARGO_SUPPORT:yes=release) mode)'; \
|
||||||
elif [ '$(ZJIT_SUPPORT)' != no ]; then \
|
elif [ '$(ZJIT_SUPPORT)' != no ]; then \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user