build(nimble): Add nim link flags related to rln

This is a temporary solution to ensure that `nimble build` will succeed
This commit is contained in:
Emil Ivanichkov 2024-02-15 15:10:39 +02:00 committed by Emil Ivanichkov
parent fa6fdc5d53
commit 67029328e9
1 changed files with 2 additions and 0 deletions

2
src/nim.cfg Normal file
View File

@ -0,0 +1,2 @@
--passL:"librln_v0.3.4.a"
--passL:"-lm"