Closed UsmanTariq2 closed 5 months ago
Mingw is not supported. If you would like to submit a patch, I'm happy to review it.
ps. You could also get a more recent version of libsodium official release and build and link against that and you'll probably have more luck.
Got it. MINGW not supported
Also, is 64 supported , i see that for VS it is coded to x86. Is x64 easy to switch to after some minor modifications?
64bit is supported
Can u briefly guide how to set it up for 64 bit? I cannot find a resource.
`"sodium_randombytes.c" "sodium_randombytes_salsa20_random.c" sodium/sodium_randombytes_salsa20_random.c:120:8: error: unknown attribute 'thread' ignored [-Werror,-Wunknown-attributes] 120 | static TLS Salsa20Random stream; | ^~~ sodium/sodium_randombytes_salsa20_random.c:94:26: note: expanded from macro 'TLS' 94 | # define TLS __declspec(thread) | ^
~