ZDoom / ZMusic

GZDoom's music system as a standalone library
https://forum.zdoom.org/index.php
60 stars 32 forks source link

Fix compilation on NetBSD #8

Closed Cacodemon345 closed 4 years ago

Cacodemon345 commented 4 years ago

This PR changes the CMakeLists.txt file to not explicitly link to libdl if it is being compiled on NetBSD systems. It also adds the "cstdargs" include file to fileio.h to avoid compilation errors.