From 07a66600ff2ac038673e9e0ec969467fe4ab34c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 22 Jun 2019 18:35:22 +0200 Subject: Use forward slashes in the Windows paths --- core/core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.mk b/core/core.mk index 3da74d2..1f68cfc 100644 --- a/core/core.mk +++ b/core/core.mk @@ -175,7 +175,7 @@ $(ERL) $2 -pz $(ERLANG_MK_TMP)/rebar/ebin -eval "$(subst $(newline),,$(call esca endef ifeq ($(PLATFORM),msys2) -core_native_path = $(subst \,\\\\,$(shell cygpath -w $1)) +core_native_path = $(shell cygpath -m $1) else core_native_path = $1 endif -- cgit v1.2.3