diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-06 00:04:07 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-06 00:04:50 +0100 |
commit | cb76f266faadfbae54016b43d67b244f0217a7e4 (patch) | |
tree | 6508813c98e3e78bd799881b5f727cb4d222d400 /config | |
parent | 07d7d35d995262830f86cc02f3c663eae5714d2f (diff) | |
download | Nim-cb76f266faadfbae54016b43d67b244f0217a7e4.tar.gz |
Niminst now bundles the `compiler` dir when packaging.
Diffstat (limited to 'config')
-rw-r--r-- | config/nim.cfg | 5 |
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: |