all repos — litestore @ 83bbece88b1695abf93747848109f98485d34341

A minimalist nosql document store.

Update jwt.nim
Fabio Cevasco h3rald@h3rald.com
Sun, 07 Jan 2024 12:10:23 +0100
commit

83bbece88b1695abf93747848109f98485d34341

parent

943afd0b9ab1be17d63659ce67f993529b820809

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".} + {.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):