mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
Add nimsuggest to installDirs (#10035)
This commit is contained in:
committed by
Andreas Rumpf
parent
2acefee044
commit
264627a657
@@ -4,6 +4,6 @@ author = "Andreas Rumpf"
|
||||
description = "Compiler package providing the compiler sources as a library."
|
||||
license = "MIT"
|
||||
|
||||
installDirs = @["compiler"]
|
||||
installDirs = @["compiler", "nimsuggest"]
|
||||
|
||||
requires "nim >= 0.14.0"
|
||||
|
||||
Reference in New Issue
Block a user