aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-03-06 14:30:50 +0100
committerLoïc Hoguin <[email protected]>2019-03-06 14:30:50 +0100
commit5528cdfea4c9f3b50fb7591d8215b9e60324e92c (patch)
tree2b5f8745fed093680753f87cc63bb59a2f2f2413 /early-plugins.mk
parent869e91b512d6538bc97aabd96ddeb0022a29e452 (diff)
downloadci.erlang.mk-5528cdfea4c9f3b50fb7591d8215b9e60324e92c.tar.gz
ci.erlang.mk-5528cdfea4c9f3b50fb7591d8215b9e60324e92c.tar.bz2
ci.erlang.mk-5528cdfea4c9f3b50fb7591d8215b9e60324e92c.zip
Add OTP-21.2 on Windows
Diffstat (limited to 'early-plugins.mk')
-rw-r--r--early-plugins.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 2ad3b90..6d4dc77 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -133,7 +133,7 @@ ifeq ($(PLATFORM),msys2)
WINDOWS-OTP-18 := 18.0 18.1 18.2.1 18.3
WINDOWS-OTP-19 := 19.0 19.1 19.2 19.3
WINDOWS-OTP-20 := 20.0 20.1 20.2 20.3
-WINDOWS-OTP-21 := 21.0.1 21.1
+WINDOWS-OTP-21 := 21.0.1 21.1 21.2
WINDOWS-OTP-18+ := $(WINDOWS-OTP-18) $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21)
WINDOWS-OTP-19+ := $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21)
@@ -161,6 +161,7 @@ WINDOWS-OTP-20.3-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl9.3/bin)
WINDOWS-OTP-21.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.0.1/bin)
WINDOWS-OTP-21.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.1/bin)
+WINDOWS-OTP-21.2-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.2/bin)
# We have to duplicate this for it to work as
# it is not yet defined when we define this.