mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-12 09:06:55 -04:00
Use correct libopenal so name for OpenBSD
This commit is contained in:
parent
89541ef72b
commit
01cc351be6
@ -205,6 +205,8 @@ static cc_bool alInited;
|
||||
static const String alLib = String_FromConst("openal32.dll");
|
||||
#elif defined CC_BUILD_OSX
|
||||
static const String alLib = String_FromConst("/System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL")
|
||||
#elif defined CC_BUILD_OPENBSD
|
||||
static const String alLib = String_FromConst("libopenal.so.3.0");
|
||||
#else
|
||||
static const String alLib = String_FromConst("libopenal.so.1");
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user