fix config.nims

This commit is contained in:
Ivan FB 2026-04-03 12:06:01 +02:00
parent db961898bd
commit 724b2e7c6d
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -116,7 +116,7 @@ if defined(android):
switch("passL", "--sysroot=" & sysRoot)
switch("cincludes", sysRoot & "/usr/include/")
# begin Nimble config (version 2)
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):
--noNimblePath
include "nimble.paths"
# end Nimble config