Fix typo.
This commit is contained in:
parent
a16aa9ec60
commit
5e3d12ba46
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue