aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-19 17:37:19 +0100
committerLoïc Hoguin <[email protected]>2017-11-19 17:37:19 +0100
commitb6900008a5e7b67c2944c5e29427a45e00179a99 (patch)
treef32f3057a81a492fb0144752616b0795105d55d5 /early-plugins.mk
parent53aa0d6c6b4443c80505471321400c5a47266d31 (diff)
downloadci.erlang.mk-b6900008a5e7b67c2944c5e29427a45e00179a99.tar.gz
ci.erlang.mk-b6900008a5e7b67c2944c5e29427a45e00179a99.tar.bz2
ci.erlang.mk-b6900008a5e7b67c2944c5e29427a45e00179a99.zip
Add an OTP-LATEST for ci-windows for completion
Diffstat (limited to 'early-plugins.mk')
-rw-r--r--early-plugins.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index e113acf..4b64354 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -78,6 +78,8 @@ WINDOWS-OTP-18+ := $(WINDOWS-OTP-18) $(WINDOWS-OTP-19) $(WINDOWS-OTP-20)
WINDOWS-OTP-19+ := $(WINDOWS-OTP-19) $(WINDOWS-OTP-20)
WINDOWS-OTP-20+ := $(WINDOWS-OTP-20)
+WINDOWS-OTP-LATEST := $(lastword $(WINDOWS-OTP-18+))
+
msys2_path = $(shell cygpath -u $1)
WINDOWS-OTP-18.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl7.0/bin)