upgrade to ruby 3.1

This commit is contained in:
Struma 2022-01-13 15:03:28 -05:00
parent 3124395cf8
commit e23bb705c9
3 changed files with 3 additions and 3 deletions

View file

@ -326,7 +326,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c
cd $(DOWNLOADS)/ruby; autoreconf -i cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/*.c: $(DOWNLOADS)/ruby/*.c:
$(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z; $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z-3.1;
# ==== # ====
init_dirs: init_dirs:

View file

@ -314,7 +314,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c
cd $(DOWNLOADS)/ruby; autoreconf -i cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/*.c: $(DOWNLOADS)/ruby/*.c:
$(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z; $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z-3.1;
# ==== # ====
init_dirs: init_dirs:

View file

@ -309,7 +309,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c
cd $(DOWNLOADS)/ruby; autoreconf -i cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/*.c: $(DOWNLOADS)/ruby/*.c:
$(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z; $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z-3.1;
# ==== # ====
init_dirs: init_dirs: