From 2af4379372fc51d236ec28e0c8f009b6000ce0f4 Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Sun, 7 Jan 2024 17:23:18 +0100 Subject: [PATCH] Update jwt.nim --- src/litestorepkg/lib/jwt.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/litestorepkg/lib/jwt.nim b/src/litestorepkg/lib/jwt.nim index 8b93e16..de4fd81 100644 --- a/src/litestorepkg/lib/jwt.nim +++ b/src/litestorepkg/lib/jwt.nim @@ -4,7 +4,7 @@ import std/[ import types when defined(windows) and defined(amd64): - {.passL: "-static -L"&getProjectPath()&"/litestorepkg/vendor/openssl/windows -lssl -lcrypto -lbcrypt -lws2_32 -lcrypt32 -lmsvcrtd".} + {.passL: "-static -L"&getProjectPath()&"/litestorepkg/vendor/openssl/windows -lssl -lcrypto -lbcrypt -lws2_32 -lcrypt32".} elif defined(linux) and defined(amd64): {.passL: "-static -L"&getProjectPath()&"/litestorepkg/vendor/openssl/linux -lssl -lcrypto".} elif defined(macosx) and defined(amd64):