aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/triq.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/triq.mk')
-rw-r--r--plugins/triq.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/triq.mk b/plugins/triq.mk
index f316c1b..c108f7e 100644
--- a/plugins/triq.mk
+++ b/plugins/triq.mk
@@ -9,7 +9,7 @@ ifeq ($(filter triq,$(DEPS) $(TEST_DEPS)),triq)
tests:: triq
define triq_check.erl
- code:add_pathsa(["$(CURDIR)/ebin", "$(DEPS_DIR)/*/ebin"]),
+ code:add_pathsa(["$(call core_native_path,$(CURDIR)/ebin)", "$(call core_native_path,$(DEPS_DIR)/*/ebin)"]),
try
case $(1) of
all -> [true] =:= lists:usort([triq:check(M) || M <- [$(call comma_list,$(3))]]);