all repos — min @ 63d8276b1479ce9ee680674f716c08d4fc49e13e

A small but practical concatenative programming language.

Updated crypto libraries to link for Windows.
h3rald h3rald@h3rald.com
Mon, 29 Jan 2024 11:16:41 +0100
commit

63d8276b1479ce9ee680674f716c08d4fc49e13e

parent

3f18071b873197fa835c341a4c2981865724a1bc

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

jump to
M minpkg/lib/min_crypto.nimminpkg/lib/min_crypto.nim

@@ -42,7 +42,7 @@

when defined(ssl): when defined(windows) and defined(amd64): - {.passL: "-static -L"&getProjectPath()&"/minpkg/vendor/openssl/windows -lssl -lcrypto -lbcrypt".} + {.passL: "-static -L"&getProjectPath()&"/minpkg/vendor/openssl/windows -lssl -lcrypto -lgdi32 -ladvapi32 -luser32 -lws2_32 -lcrypt32".} elif defined(linux) and defined(amd64): {.passL: "-static -L"&getProjectPath()&"/minpkg/vendor/openssl/linux -lssl -lcrypto".} elif defined(macosx) and defined(amd64):