mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-11 07:11:36 +00:00
dlopen libopenal.so not libopenal.so.1 on OpenBSD
This commit is contained in:
parent
ee7bd0cae6
commit
3234d2b141
1 changed files with 2 additions and 0 deletions
|
@ -2125,6 +2125,8 @@ static cvar_t *s_alCapture;
|
|||
#define ALDRIVER_DEFAULT "OpenAL32.dll"
|
||||
#elif defined(MACOS_X)
|
||||
#define ALDRIVER_DEFAULT "/System/Library/Frameworks/OpenAL.framework/OpenAL"
|
||||
#elif defined(__OpenBSD__)
|
||||
#define ALDRIVER_DEFAULT "libopenal.so"
|
||||
#else
|
||||
#define ALDRIVER_DEFAULT "libopenal.so.1"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue