mirror of
https://github.com/status-im/nim-confutils.git
synced 2025-03-02 12:50:31 +00:00
Update confutils.nimble (#57)
Co-authored-by: Jacek Sieka <jacek@status.im>
This commit is contained in:
parent
269c17401d
commit
56f4db90f7
@ -9,7 +9,8 @@ license = "Apache License 2.0"
|
||||
skipDirs = @["tests"]
|
||||
|
||||
requires "nim >= 1.2.0",
|
||||
"stew"
|
||||
"stew",
|
||||
"serialization"
|
||||
|
||||
let nimc = getEnv("NIMC", "nim") # Which nim compiler to use
|
||||
let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)
|
||||
|
Loading…
x
Reference in New Issue
Block a user