From 1e6e8fce657c2a9f8c25b07bbffdc779f7eddd2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 25 Sep 2018 15:43:10 +0200 Subject: OTP-21.1 --- early-plugins.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'early-plugins.mk') diff --git a/early-plugins.mk b/early-plugins.mk index 293d043..ee4ca6b 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -26,7 +26,7 @@ OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.9 OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.11 OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.9 -OTP-21 := OTP-21.0.9 +OTP-21 := OTP-21.0.9 OTP-21.1 OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) @@ -93,7 +93,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 +WINDOWS-OTP-21 := 21.0.1 21.1 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) @@ -120,6 +120,7 @@ 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) 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) # We have to duplicate this for it to work as # it is not yet defined when we define this. -- cgit v1.2.3