mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
remove RLN stuff
This commit is contained in:
parent
908518882a
commit
95231eba52
@ -9,22 +9,3 @@ bin = @["example"]
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "chronos"
|
||||
|
||||
proc ensureRln(libFile: string = "build/librln.a", version = "v0.7.0") =
|
||||
if not fileExists(libFile):
|
||||
echo "Building RLN library..."
|
||||
let buildDir = getCurrentDir()
|
||||
let outFile = libFile
|
||||
exec "bash ../../scripts/build_rln.sh " & buildDir & " " & version & " " & outFile
|
||||
else:
|
||||
echo "RLN library already exists: " & libFile
|
||||
|
||||
before build:
|
||||
echo "Ensure RLN before build"
|
||||
ensureRln()
|
||||
|
||||
before install:
|
||||
echo "Ensure RLN before install"
|
||||
ensureRln()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user