summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-06-06 00:04:07 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2016-06-06 00:04:50 +0100
commitcb76f266faadfbae54016b43d67b244f0217a7e4 (patch)
tree6508813c98e3e78bd799881b5f727cb4d222d400 /config
parent07d7d35d995262830f86cc02f3c663eae5714d2f (diff)
downloadNim-cb76f266faadfbae54016b43d67b244f0217a7e4.tar.gz
Niminst now bundles the `compiler` dir when packaging.
Diffstat (limited to 'config')
-rw-r--r--config/nim.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/nim.cfg b/config/nim.cfg
index b8608b3ce..93b847784 100644
--- a/config/nim.cfg
+++ b/config/nim.cfg
@@ -44,6 +44,11 @@ path="$lib/pure"
 
 @if nimbabel:
   nimblepath="$home/.nimble/pkgs/"
+  @if not windows:
+    nimblepath="/opt/nimble/pkgs/"
+  @else:
+    # TODO:
+  @end
 @end
 
 @if release or quick: