mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use $(CHDIR)
so works with symlink [ci skip]
This commit is contained in:
parent
be26f40682
commit
7d9da4c33d
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ yjit-static-lib-no:
|
|||
|
||||
yjit-static-lib-dev:
|
||||
$(ECHO) 'building Rust YJIT (dev mode)'
|
||||
$(Q) cd $(top_srcdir)/yjit && \
|
||||
$(Q)$(CHDIR) $(top_srcdir)/yjit && \
|
||||
CARGO_TARGET_DIR='$(CARGO_TARGET_DIR)' \
|
||||
CARGO_TERM_PROGRESS_WHEN='never' \
|
||||
$(CARGO) $(CARGO_VERBOSE) build $(CARGO_BUILD_ARGS)
|
||||
|
|
Loading…
Reference in a new issue