ethanmoffat / etheos

[Eth]an's [E]ndless [O]nline [S]erver - fork of eoserv project
zlib License
13 stars 8 forks source link

Fix linking mariadb on windows #23

Closed Cirras closed 3 years ago

Cirras commented 3 years ago

Building on windows fails on my machine when linking against MariaDB unless crypt32 and secur32 are included.

This PR adds crypt32 and secur32 to eoserv_LIBRARIES when linking against MariaDB on windows.