Fixed relative path for compile pragma.
h3rald h3rald@h3rald.com
Sun, 11 Mar 2018 13:31:27 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
lib/min_crypto.nim
→
lib/min_crypto.nim
@@ -13,7 +13,7 @@ ../packages/sha1/sha1,
../packages/nimSHA2/nimSHA2, ../vendor/aes/aes -{.compile: "vendor/aes/libaes.c".} +{.compile: "../vendor/aes/libaes.c".} proc crypto_module*(i: In)= let def = i.define()