mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-24 15:53:45 +02:00
upgrade to ruby 3.1
This commit is contained in:
parent
3124395cf8
commit
e23bb705c9
3 changed files with 3 additions and 3 deletions
|
@ -326,7 +326,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c
|
|||
cd $(DOWNLOADS)/ruby; autoreconf -i
|
||||
|
||||
$(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:
|
||||
|
|
|
@ -314,7 +314,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c
|
|||
cd $(DOWNLOADS)/ruby; autoreconf -i
|
||||
|
||||
$(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:
|
||||
|
|
|
@ -309,7 +309,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c
|
|||
cd $(DOWNLOADS)/ruby; autoreconf -i
|
||||
|
||||
$(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:
|
||||
|
|
Loading…
Add table
Reference in a new issue