Add correct library names for macOS
This commit is contained in:
@@ -61,6 +61,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
# define PATH_PNG_DLL "libpng16-16.dll"
|
||||
#elif defined __APPLE__
|
||||
# define PATH_PNG_DLL "libpng16.dylib"
|
||||
#else
|
||||
# define PATH_PNG_DLL "libpng16.so"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user