Skip to content

Commit

Permalink
Update jwt.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rald committed Jan 7, 2024
1 parent 1f1602e commit 14b7699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/litestorepkg/lib/jwt.nim
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import std/[
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".}
Expand Down

0 comments on commit 14b7699

Please sign in to comment.