mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue