mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
12 lines
280 B
Nim
12 lines
280 B
Nim
# begin Nimble config (version 2)
|
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
|
include "nimble.paths"
|
|
# end Nimble config
|
|
|
|
import os
|
|
|
|
let rlnLib = getCurrentDir() / "build" / "librln.a"
|
|
echo "RLN lib path: ", rlnLib
|
|
switch("passL", rlnLib)
|
|
switch("passL", "-lm")
|