mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-01-18 21:51:37 +00:00
soname is libopenal.so.0
This commit is contained in:
parent
8612d7e475
commit
17719e0c61
1 changed files with 1 additions and 1 deletions
|
@ -1321,7 +1321,7 @@ static ALCcontext *alContext;
|
|||
#ifdef _WIN32
|
||||
#define ALDRIVER_DEFAULT "OpenAL32.dll"
|
||||
#else
|
||||
#define ALDRIVER_DEFAULT "libopenal.so"
|
||||
#define ALDRIVER_DEFAULT "libopenal.so.0"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue