mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 22:17:59 +00:00
Fix linux openal library name
This commit is contained in:
parent
198a7f5516
commit
1619279ed1
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ public final class AL {
|
|||
}
|
||||
String[] oalPaths = LWJGLUtil.getLibraryPaths(new String[]{
|
||||
"lwjglaudio", "lwjglaudio.dll",
|
||||
"openal", "openal.so",
|
||||
"openal", "libopenal.so",
|
||||
"openal", "openal.dylib"}, AL.class.getClassLoader());
|
||||
nCreate(oalPaths);
|
||||
created = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue