diff options
author | Alan Wu <[email protected]> | 2025-02-11 19:46:07 -0500 |
---|---|---|
committer | Alan Wu <[email protected]> | 2025-02-11 19:46:07 -0500 |
commit | bfcf36fe2243d34a01b5707754be9164849150c9 (patch) | |
tree | 4385d75178b4912516188d971e2d937382ecc3c1 | |
parent | 4ac75f6f6453bbf3c89f5b9ae02a03085b506ed5 (diff) |
YJIT doesn't merge archives anymore [ci skip]
-rw-r--r-- | template/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/Makefile.in b/template/Makefile.in index 695f7cec55..d3585fd278 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -310,8 +310,6 @@ PRE_LIBRUBY_UPDATE = [ -n "$(LIBRUBY_SO_UPDATE)" ] || $(gnumake:yes=exec) $(RM) # We must `rm' the library each time this rule is invoked because "updating" a # MAB library on Apple/NeXT (see --enable-fat-binary in configure) is not # supported. -# -# In YJIT builds, merge libyjit.a with libruby_static.a $(LIBRUBY_A): @$(RM) $@ @-[ -z "$(EXTSTATIC)" ] || $(PRE_LIBRUBY_UPDATE) |