From a22838b21bda92b5afbcb9e9195abdfe247e891d Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 3 Apr 2026 03:19:21 +0200 Subject: [PATCH] simple change in config.nims --- config.nims | 1 + 1 file changed, 1 insertion(+) diff --git a/config.nims b/config.nims index 3ca65738c..94d116a00 100644 --- a/config.nims +++ b/config.nims @@ -116,6 +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")): include "nimble.paths" # end Nimble config