mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-10 18:03:11 +00:00
chore: fix build
This commit is contained in:
parent
8a1a17e93c
commit
30e5196420
@ -65,7 +65,7 @@ proc buildBinary(name: string, srcDir = "./", params = "", lang = "c") =
|
||||
mkDir "build"
|
||||
|
||||
ensureRln()
|
||||
exec "nim " & lang & " --out:build/" & name & " --mm:refc " & " --passL:build/librln.a --passL:-L" & getCurrentDir() & " " & params & " " &
|
||||
exec "nim " & lang & " --out:build/" & name & " --mm:refc " & " --passL:build/librln.a --passL:-lm --passL:-L" & getCurrentDir() & " " & params & " " &
|
||||
srcDir & name & ".nim"
|
||||
|
||||
proc buildLibrary(name: string, srcDir = "./", params = "", `type` = "static") =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user