From 9ebcb023a8a1b6e50b7fe041797ae940edf2505f Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Wed, 17 Dec 2025 18:59:29 +0000 Subject: [PATCH] fix: --skipUserCfg --- sds.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sds.nimble b/sds.nimble index cbbc5cd..0872bcc 100644 --- a/sds.nimble +++ b/sds.nimble @@ -67,7 +67,7 @@ task libsdsDynamicMac, "Generate bindings": let sdkPath = staticExec("xcrun --show-sdk-path").strip() buildLibrary outLibNameAndExt, name, "library/", - fmt"""--passC:"-isysroot {sdkPath}" -d:chronicles_line_numbers --warning:Deprecated:off --warning:UnusedImport:on -d:chronicles_log_level=TRACE """, + fmt"""--skipUserCfg:on --passC:"-isysroot {sdkPath}" -d:chronicles_line_numbers --warning:Deprecated:off --warning:UnusedImport:on -d:chronicles_log_level=TRACE """, "dynamic" task libsdsStaticWindows, "Generate bindings":