Skip to content

Commit 123f97a

Browse files
authored
Moves search paths to nimble.nim.cfg (#1317)
* moves search paths to `nimble.nim.cfg` * keep paths for tests
1 parent cd90fec commit 123f97a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/nimble.nim.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
#--noNimblePath
33
--path:"$nim/"
44
--path:"./vendor/nim"
5+
--path:"../vendor/zippy/src"
6+
--path:"../vendor/sat/src"
7+
--path:"../vendor/checksums/src"
58
-d:ssl
69
-d:nimcore # Enable 'gorge' in Nim's VM. See https://github.com/nim-lang/Nim/issues/8096

0 commit comments

Comments
 (0)