Revert "Update Ruby from 3.1.3 to 3.1.7"

This reverts commit 0f24e806bb.
This commit is contained in:
刘皓 2025-03-28 17:12:53 -04:00
parent 0f24e806bb
commit ec780afe5b
No known key found for this signature in database
GPG key ID: 7901753DB465B711
3 changed files with 4 additions and 3 deletions

View file

@ -334,7 +334,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/configure.ac
cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/configure.ac:
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch --branch mkxp-z-3.1.7 --depth 1
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch --branch mkxp-z-3.1.3 --depth 1;
# ====
init_dirs:

View file

@ -317,7 +317,8 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/configure.ac
cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/configure.ac:
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z-3.1.7 --depth 1
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z-3.1.3 --depth 1;
sed -i '' '/: $${PRELOADENV=DYLD_INSERT_LIBRARIES}/g' $(DOWNLOADS)/ruby/configure.ac
# ====
init_dirs:

View file

@ -314,7 +314,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/configure.ac
cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/configure.ac:
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch --branch mkxp-z-3.1.7 --depth 1
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch --branch mkxp-z-3.1.3 --depth 1;
# ====
init_dirs: