mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
Set names for mpg123 and sndfile macOS dynamic libraries
This commit is contained in:
parent
a7cb7bbb9c
commit
03b77c0505
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ FModule MPG123Module{"MPG123"};
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define MPG123LIB "libmpg123-0.dll"
|
#define MPG123LIB "libmpg123-0.dll"
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#define MPG123LIB ""
|
#define MPG123LIB "libmpg123.0.dylib"
|
||||||
#else
|
#else
|
||||||
#define MPG123LIB "libmpg123.so.1"
|
#define MPG123LIB "libmpg123.so.1"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -53,7 +53,7 @@ FModule SndFileModule{"SndFile"};
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define SNDFILELIB "libsndfile-1.dll"
|
#define SNDFILELIB "libsndfile-1.dll"
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#define SNDFILELIB ""
|
#define SNDFILELIB "libsndfile.1.dylib"
|
||||||
#else
|
#else
|
||||||
#define SNDFILELIB "libsndfile.so.1"
|
#define SNDFILELIB "libsndfile.so.1"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue