diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-02-10 15:14:03 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-04-18 21:52:57 +0900 |
| commit | c1199714edc015eab89d855a75f69d3cfd66e874 (patch) | |
| tree | 96f9ad4628ddc7f9cbc06771204692caed32990f | |
| parent | 1906db9c78b62eceeef0eb97fb2cde429a15465d (diff) | |
Revert "Suppress ld's macOS version warnings"
This reverts commit 47b810cdb7b2604cf0e83a9e68ebc4a02dbc37db.
It seems to break the CI.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13131
| -rw-r--r-- | zjit/zjit.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/zjit/zjit.mk b/zjit/zjit.mk index 2b6a98d85f..01a1bf30d3 100644 --- a/zjit/zjit.mk +++ b/zjit/zjit.mk @@ -30,14 +30,11 @@ $(ZJIT_LIBS): $(ECHO) 'Error: Tried to build ZJIT without configuring it first. Check `make showconfig`?' @false else ifeq ($(ZJIT_SUPPORT),$(filter dev dev_nodebug stats,$(ZJIT_SUPPORT))) -# TODO: Remove MACOSX_DEPLOYMENT_TARGET or properly specify the target version while supressing the warning: -# ld: warning: object file (zjit/target/debug/libzjit.a(...)) was built for newer macOS version (15.2) than being linked (15.0) $(ZJIT_LIBS): $(ZJIT_SRC_FILES) $(ECHO) 'building Rust ZJIT ($(ZJIT_SUPPORT) mode)' +$(Q)$(CHDIR) $(top_srcdir)/zjit && \ CARGO_TARGET_DIR='$(ZJIT_CARGO_TARGET_DIR)' \ CARGO_TERM_PROGRESS_WHEN='never' \ - MACOSX_DEPLOYMENT_TARGET=15.0 \ $(CARGO) $(CARGO_VERBOSE) build $(ZJIT_CARGO_BUILD_ARGS) $(ZJIT_LIB_TOUCH) else |
