From 24ff52b9d3ec99528868c8e06bde17e9a51d6ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 24 Jun 2019 13:01:59 +0200 Subject: Fix more path issues on Windows --- plugins/cover.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/cover.mk') diff --git a/plugins/cover.mk b/plugins/cover.mk index 3d18c00..68f5b98 100644 --- a/plugins/cover.mk +++ b/plugins/cover.mk @@ -35,9 +35,9 @@ endif ifdef COVER define cover.erl CoverSetup = fun() -> - Dirs = ["$(CURDIR)/ebin" - $(foreach a,$(COVER_APPS),$(comma) "$(APPS_DIR)/$a/ebin") - $(foreach d,$(COVER_DEPS),$(comma) "$(DEPS_DIR)/$d/ebin")], + Dirs = ["$(call core_native_path,$(CURDIR)/ebin)" + $(foreach a,$(COVER_APPS),$(comma) "$(call core_native_path,$(APPS_DIR)/$a/ebin)") + $(foreach d,$(COVER_DEPS),$(comma) "$(call core_native_path,$(DEPS_DIR)/$d/ebin)")], [begin case filelib:is_dir(Dir) of false -> false; -- cgit v1.2.3