all repos — litestore @ 86f2e52f4135d59f95d48937dbd4c7e82fc8694c

A minimalist nosql document store.

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

86f2e52f4135d59f95d48937dbd4c7e82fc8694c

parent

661731431cee0cdeb49f101a71d2078d59d83732

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

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

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

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