oizys/pkgs/oizys-nim/config.nims
2024-08-29 09:45:30 -05:00

9 lines
220 B
Nim

task build, "build oizys":
selfExec "c -o:oizys src/oizys.nim"
# begin Nimble config (version 2)
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config