mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
8 lines
220 B
Nim
8 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
|