From aecc9786fdacb235e6d9088e7bd18b49035a48fe Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Sat, 14 May 2016 02:13:06 +0400 Subject: [PATCH] Nim: Add directory with necessary DLLs to path (#852) --- nim.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nim.json b/nim.json index 447623d550..cd64063d26 100644 --- a/nim.json +++ b/nim.json @@ -21,5 +21,6 @@ "post_install": " # Removes installation cruft rm -r $dir\\`$PLUGINSDIR -rm -r $dir\\`$COMMONFILES" +rm -r $dir\\`$COMMONFILES", + "env_add_path": "dist" }