aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-03 12:53:47 +0200
committerLoïc Hoguin <[email protected]>2018-05-03 12:53:47 +0200
commitc87ea23cf8f657e6c630c46b08fac52e26113506 (patch)
tree3f7385e61ad1c3a37b625ef751477f6d00545e52 /early-plugins.mk
parent13e7fc2e4ef5fa62f9335e4096561ecd2b117eef (diff)
downloadci.erlang.mk-c87ea23cf8f657e6c630c46b08fac52e26113506.tar.gz
ci.erlang.mk-c87ea23cf8f657e6c630c46b08fac52e26113506.tar.bz2
ci.erlang.mk-c87ea23cf8f657e6c630c46b08fac52e26113506.zip
Add 20.3 to 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 6aae24e..2271130 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -76,7 +76,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
+WINDOWS-OTP-20 := 20.0 20.1 20.2 20.3
WINDOWS-OTP-18+ := $(WINDOWS-OTP-18) $(WINDOWS-OTP-19) $(WINDOWS-OTP-20)
WINDOWS-OTP-19+ := $(WINDOWS-OTP-19) $(WINDOWS-OTP-20)
@@ -99,6 +99,7 @@ WINDOWS-OTP-19.3-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl8.3/bin)
WINDOWS-OTP-20.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl9.0/bin)
WINDOWS-OTP-20.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl9.1/bin)
WINDOWS-OTP-20.2-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl9.2/bin)
+WINDOWS-OTP-20.3-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl9.3/bin)
# We have to duplicate this for it to work as
# it is not yet defined when we define this.