aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-12-15 00:12:45 +0100
committerLoïc Hoguin <[email protected]>2017-12-15 00:12:45 +0100
commit9ced5aa4e8b71d9f62080bde003deae6e84f7ccb (patch)
tree38460eddaf7fb59cb44f0e371c7e2c8c3efea8d5 /early-plugins.mk
parent0789361943bb2d6fa7f83bc263b1fb76d481fb69 (diff)
downloadci.erlang.mk-9ced5aa4e8b71d9f62080bde003deae6e84f7ccb.tar.gz
ci.erlang.mk-9ced5aa4e8b71d9f62080bde003deae6e84f7ccb.tar.bz2
ci.erlang.mk-9ced5aa4e8b71d9f62080bde003deae6e84f7ccb.zip
Add missing Windows install path for 20.2
Diffstat (limited to 'early-plugins.mk')
-rw-r--r--early-plugins.mk1
1 files changed, 1 insertions, 0 deletions
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.