mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 20:17:42 +00:00
Fix compiler.nimble namespace violations.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user