Skip to content

Commit

Permalink
Update jwt.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rald authored Jan 7, 2024
1 parent 86f2e52 commit 01a5d47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/litestorepkg/lib/jwt.nim
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import std/[
import types

when defined(windows) and defined(amd64):
{.emit: """#include <time.h>""".}
{.passL: "-static -L"&getProjectPath()&"/litestorepkg/vendor/openssl/windows -lssl -lcrypto -lbcrypt -lws2_32 -lcrypt32".}
{.passL: "-static -L"&getProjectPath()&"/litestorepkg/vendor/openssl/windows -lssl -lcrypto -lbcrypt -lws2_32 -lcrypt32 -lmsvcrtd".}
elif defined(linux) and defined(amd64):
{.passL: "-static -L"&getProjectPath()&"/litestorepkg/vendor/openssl/linux -lssl -lcrypto".}
elif defined(macosx) and defined(amd64):
Expand Down

0 comments on commit 01a5d47

Please sign in to comment.