all repos — litestore @ 9f384194b56dc9b2b1eb778f3df5d58864abf8c3

A minimalist nosql document store.

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

9f384194b56dc9b2b1eb778f3df5d58864abf8c3

parent

14b76995565ef141d58d614365f29552b1c78463

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

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

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

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".}