diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-02-06 16:07:30 -0500 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-04-18 21:52:57 +0900 |
| commit | 92d48f47a3866d05f09a3746deb61e7e6c978a0c (patch) | |
| tree | 9a32685cfd991a5bab74b3779f25fc0f22b854b4 /template | |
| parent | 94f572f6b49f9cd3373cfd8a9c79284e4df32d64 (diff) | |
Use separate cargo build flags
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13131
Diffstat (limited to 'template')
| -rw-r--r-- | template/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in index 09d955cc70..a1476e9beb 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -112,6 +112,7 @@ ZJIT_OBJ=@ZJIT_OBJ@ ZJIT_LIBOBJ = $(ZJIT_LIBS:.a=.@OBJEXT@) CARGO_TARGET_DIR=@abs_top_builddir@/yjit/target CARGO_BUILD_ARGS=@CARGO_BUILD_ARGS@ +ZJIT_CARGO_BUILD_ARGS=@ZJIT_CARGO_BUILD_ARGS@ ZJIT_CARGO_TARGET_DIR=@abs_top_builddir@/zjit/target LDFLAGS = @STATIC@ $(CFLAGS) @LDFLAGS@ EXE_LDFLAGS = $(LDFLAGS) |
