Trying to build Cardano SL on windows 10 using “stack build” command.
I get this error:
Configuring cryptonite-openssl-0.6…
Cabal-simple_Z6RU0evB_1.24.2.0_ghc-8.0.2.exe: Missing dependencies on foreign
libraries:
*** Missing C libraries: ssl32**
I installed OpenSSL and include lib using : stack build --extra-lib-dirs=C:\OpenSSL-Win32\lib
still same error.
What am I missing?
Thanks,
Sisi