From 4f59af14f2977a2d925f7b0d97caf49a4d6d31de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 14 Sep 2015 18:13:46 +0200 Subject: Make relx work on Windows/MSYS2 --- test/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 4f715a3..ba612fa 100644 --- a/test/Makefile +++ b/test/Makefile @@ -11,6 +11,14 @@ APP_TO_CLEAN = $(subst -,_,$(patsubst clean-%,%,$@)) ERL = erl +A0 -noinput -boot start_clean +# Platform, condensed version. + +ifeq ($(shell uname -o),Msys) + PLATFORM = msys2 +else + PLATFORM = unix +endif + # OTP master, for downloading files for testing. OTP_MASTER = https://raw.githubusercontent.com/erlang/otp/master -- cgit v1.2.3