aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eunit.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-06-24 13:01:59 +0200
committerLoïc Hoguin <[email protected]>2019-06-24 13:01:59 +0200
commit24ff52b9d3ec99528868c8e06bde17e9a51d6ba5 (patch)
treeff40dfa0e0025bd106ab8e79b6a3c30fb9598a1f /plugins/eunit.mk
parentc39d3f7c0bd4d8fb33ff6b33843407a3676a3c4b (diff)
downloaderlang.mk-24ff52b9d3ec99528868c8e06bde17e9a51d6ba5.tar.gz
erlang.mk-24ff52b9d3ec99528868c8e06bde17e9a51d6ba5.tar.bz2
erlang.mk-24ff52b9d3ec99528868c8e06bde17e9a51d6ba5.zip
Fix more path issues on Windows
Diffstat (limited to 'plugins/eunit.mk')
-rw-r--r--plugins/eunit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eunit.mk b/plugins/eunit.mk
index 1847453..aa4cc9a 100644
--- a/plugins/eunit.mk
+++ b/plugins/eunit.mk
@@ -27,7 +27,7 @@ define eunit.erl
ok -> ok;
error -> halt(2)
end,
- CoverExport("$(COVER_DATA_DIR)/eunit.coverdata"),
+ CoverExport("$(call core_native_path,$(COVER_DATA_DIR))/eunit.coverdata"),
halt()
endef