jlouis / enacl

Erlang bindings for NaCl / libsodium
MIT License
197 stars 59 forks source link

[RFC] Add Windows build support #23

Closed aserdean closed 4 years ago

aserdean commented 6 years ago

This patch adds Windows build support for enacl.

We use enc which generates the Makefile needed for the Windows LDFLAGS and CXXFLAGS on windows.

Enc is from the repo: https://github.com/davisp/jiffy and used to compile on Windows also.

aserdean commented 6 years ago

@jlouis mind taking a look over it when you have time :)?

jlouis commented 6 years ago

I'll take this proviso the following things happen:

We can also consider killing 32bit MacOS support since Apple has begun this. And Leopard is probably not the MacOS version anymore :)

jlouis commented 4 years ago

This should have been fixed by me pulling #40.