From 9ced5aa4e8b71d9f62080bde003deae6e84f7ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 15 Dec 2017 00:12:45 +0100 Subject: Add missing Windows install path for 20.2 --- early-plugins.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/early-plugins.mk b/early-plugins.mk index 8a64f3f..5d64d14 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -98,6 +98,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) # We have to duplicate this for it to work as # it is not yet defined when we define this. -- cgit v1.2.3