From dbdad788ed1274cd9eaf723aa54fc3cb9d8c2289 Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Tue, 7 Jul 2026 10:58:14 +0400 Subject: [PATCH] Add missing flags. --- libplum/libplum.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libplum/libplum.nim b/libplum/libplum.nim index ebd19fa..d0ce609 100644 --- a/libplum/libplum.nim +++ b/libplum/libplum.nim @@ -26,6 +26,8 @@ const flags* = (includes & defs & pdefs).mapIt(it.quoteShell()).join(" ") +{.localPassC: flags.} + when defined(windows): {.passl: "-lws2_32 -liphlpapi -lbcrypt".} else: