oizys/pkgs/oizys-nim/config.nims

11 lines
277 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
2024-09-17 17:39:06 -05:00
#
--path:"../../../dev/github/daylinmorgan/hwylterm/src"