Skip to content

Fix running on Cygwin/MSYS2

Christopher Ng requested to merge facboy/openldap:mdb.RE/0.9 into mdb.RE/0.9

Previously while lmdb would compile on Cygwin, if you actually tried to run make test it would error out. I've also added support to the Makefile so that it can build a DLL in MSYS2/Cygwin, with the appropriate variables set.

Merge request reports