1
0
Fork 0
mirror of https://github.com/daylinmorgan/oizys.git synced 2025-01-10 02:57:32 -06:00
oizys/pkgs/oizys-nim/config.nims

9 lines
220 B
Text
Raw Normal View History

2024-08-28 11:08:58 -05:00
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