all repos — litestore @ 40d5c0b8ebc0e6a9bd8092e02c59ebc7be439975

A minimalist nosql document store.

Update jwt.nim (additional libs needed by OpenSSL on windows)
Fabio Cevasco h3rald@h3rald.com
Sun, 07 Jan 2024 18:40:41 +0100
commit

40d5c0b8ebc0e6a9bd8092e02c59ebc7be439975

parent

2af4379372fc51d236ec28e0c8f009b6000ce0f4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/litestorepkg/lib/jwt.nimsrc/litestorepkg/lib/jwt.nim

@@ -4,7 +4,7 @@ ]

import types when defined(windows) and defined(amd64): - {.passL: "-static -L"&getProjectPath()&"/litestorepkg/vendor/openssl/windows -lssl -lcrypto -lbcrypt -lws2_32 -lcrypt32".} + {.passL: "-static -L"&getProjectPath()&"/litestorepkg/vendor/openssl/windows -lssl -lcrypto -lgdi32 -ladvapi32 -luser32 -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):