diff options
author | Araq <rumpf_a@web.de> | 2017-01-03 22:16:11 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-01-03 22:16:11 +0100 |
commit | cdfa34554c4a8e82bc05b81faa7a1b1316c7ca4e (patch) | |
tree | c72937958309d8b6a19d4eba37e2204225f03ec3 | |
parent | b3b2203aba27f7af5ba6af5c09cc8580c6777036 (diff) | |
parent | 07ab060fb998db09d1bf70e7dc23c88edfaf1177 (diff) | |
download | Nim-cdfa34554c4a8e82bc05b81faa7a1b1316c7ca4e.tar.gz |
Merge branch 'devel' of github.com:nim-lang/Nim into devel
-rw-r--r-- | compiler.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler.nimble b/compiler.nimble index d949aa754..2a528ea8b 100644 --- a/compiler.nimble +++ b/compiler.nimble @@ -5,7 +5,7 @@ author = "Andreas Rumpf" description = "Compiler package providing the compiler sources as a library." license = "MIT" -InstallDirs = "doc, compiler" +InstallDirs = "compiler" [Deps] Requires: "nim >= 0.14.0" |