all repos — litestore @ 14b76995565ef141d58d614365f29552b1c78463

A minimalist nosql document store.

Update jwt.nim
Fabio Cevasco h3rald@h3rald.com
Sun, 07 Jan 2024 21:17:29 +0100
commit

14b76995565ef141d58d614365f29552b1c78463

parent

1f1602eb19ec6e36ac405c4ab0b6bcbb39a202be

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

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

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

import types when defined(windows) and defined(amd64): + const __imp__timezone = 1 {.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".}