From 1c06eab8369fae4aed56a9583c1ddb8a49e66462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 30 Oct 2016 00:06:32 +0300 Subject: Properly convert DTL files path on Windows/MSYS2 --- plugins/erlydtl.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/erlydtl.mk b/plugins/erlydtl.mk index 4f04e14..dd9621e 100644 --- a/plugins/erlydtl.mk +++ b/plugins/erlydtl.mk @@ -56,6 +56,7 @@ endef ebin/$(PROJECT).app:: $(DTL_FILES) | ebin/ $(if $(strip $?),\ - $(dtl_verbose) $(call erlang,$(call erlydtl_compile.erl,$?),-pa ebin/ $(DEPS_DIR)/erlydtl/ebin/)) + $(dtl_verbose) $(call erlang,$(call erlydtl_compile.erl,$(call core_native_path,$?)),\ + -pa ebin/ $(DEPS_DIR)/erlydtl/ebin/)) endif -- cgit v1.2.3