Skip to content

Commit 129c159

Browse files
committed
Updated nakefile.
1 parent 77bbdc2 commit 129c159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nakefile.nim

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import
22
nake
33

44
import
5-
config
5+
lib/config
66

77
const
88
compile = "nim c -d:release"
@@ -11,7 +11,7 @@ const
1111
linux_arm = "--cpu:arm --os:linux"
1212
windows_x64 = "--cpu:amd64 --os:windows"
1313
macosx_x64 = ""
14-
parallel = "--parallelBuild:1 --verbosity:3"
14+
#parallel = "--parallelBuild:1 --verbosity:3"
1515
hs = "hastyscribe"
1616
hs_file = "hastyscribe.nim"
1717
zip = "zip -X"

0 commit comments

Comments
 (0)