aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-12-15 11:57:06 +0100
committerLoïc Hoguin <[email protected]>2023-12-15 11:57:06 +0100
commitf851270b4b88e8a3af682da9558ad1742a01fed4 (patch)
tree0b2e8d40e7102344a9eb089e567d4a1ca581b66c
parentfad8a5854886e6d0fd1e4b76ade8c3be59651e63 (diff)
downloadci.erlang.mk-f851270b4b88e8a3af682da9558ad1742a01fed4.tar.gz
ci.erlang.mk-f851270b4b88e8a3af682da9558ad1742a01fed4.tar.bz2
ci.erlang.mk-f851270b4b88e8a3af682da9558ad1742a01fed4.zip
OTP-26.2 Windows
-rw-r--r--early-plugins.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 6f516f1..96b36d4 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -189,7 +189,7 @@ WINDOWS-OTP-22 := 22.0 22.1 22.2 22.3
WINDOWS-OTP-23 := 23.0 23.1 23.2 23.3
WINDOWS-OTP-24 := 24.0 24.1 24.2 24.3
WINDOWS-OTP-25 := 25.0 25.1 25.2 25.3
-WINDOWS-OTP-26 := 26.0 26.1
+WINDOWS-OTP-26 := 26.0 26.1 26.2
WINDOWS-OTP-18+ := $(WINDOWS-OTP-18) $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21) \
$(WINDOWS-OTP-22) $(WINDOWS-OTP-23) $(WINDOWS-OTP-24) $(WINDOWS-OTP-25) $(WINDOWS-OTP-26)
@@ -275,6 +275,7 @@ WINDOWS-OTP-25.3-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-25.3/bin)
WINDOWS-OTP-26.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-26.0/bin)
WINDOWS-OTP-26.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-26.1/bin)
+WINDOWS-OTP-26.2-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-26.2/bin)
# We have to duplicate this for it to work as
# it is not yet defined when we define this.