Fix typo.

This commit is contained in:
treeform 2021-09-06 11:25:34 -07:00
parent a16aa9ec60
commit 5e3d12ba46

View file

@ -19,7 +19,7 @@ task docs, "Generate API documents":
task bindings, "Generate bindings":
proc compile(libName: string, flags = "") =
exec "nim c -f " & flags & " -d:release --app:lib --gc:arc --tlsEmulation:off --out:" & libName & ".arm --outdir:bindings/generated bindings/bindings.nim"
exec "nim c -f " & flags & " -d:release --app:lib --gc:arc --tlsEmulation:off --out:" & libName & " --outdir:bindings/generated bindings/bindings.nim"
when defined(windows):
compile "pixie.dll"