Niminst now bundles the compiler dir when packaging.

This commit is contained in:
Dominik Picheta
2016-06-06 00:04:07 +01:00
parent 07d7d35d99
commit cb76f266fa
4 changed files with 71 additions and 16 deletions

View File

@@ -279,3 +279,7 @@ buildDepends: "gcc (>= 4:4.3.2)"
pkgDepends: "gcc (>= 4:4.3.2)"
shortDesc: "The Nim Compiler"
licenses: "bin/nim,MIT;lib/*,MIT;"
[nimble]
pkgName: "compiler"
pkgFiles: "compiler/*;doc/basicopt.txt;doc/advopt.txt"