File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,13 +219,13 @@ set(Launcher_QT_VERSION_MAJOR "6" CACHE STRING "Major Qt version to build agains
219219# Native libraries
220220if (UNIX AND APPLE )
221221 set (Launcher_GLFW_LIBRARY_NAME "libglfw.dylib" CACHE STRING "Name of native glfw library" )
222- set (Launcher_OPENAL_LIBRARY_NAME "libopenal.dylib" CACHE STRING "Name of native glfw library" )
222+ set (Launcher_OPENAL_LIBRARY_NAME "libopenal.dylib" CACHE STRING "Name of native openal library" )
223223elseif (UNIX )
224224 set (Launcher_GLFW_LIBRARY_NAME "libglfw.so" CACHE STRING "Name of native glfw library" )
225- set (Launcher_OPENAL_LIBRARY_NAME "libopenal.so" CACHE STRING "Name of native glfw library" )
225+ set (Launcher_OPENAL_LIBRARY_NAME "libopenal.so" CACHE STRING "Name of native openal library" )
226226elseif (WIN32 )
227227 set (Launcher_GLFW_LIBRARY_NAME "glfw.dll" CACHE STRING "Name of native glfw library" )
228- set (Launcher_OPENAL_LIBRARY_NAME "OpenAL.dll" CACHE STRING "Name of native glfw library" )
228+ set (Launcher_OPENAL_LIBRARY_NAME "OpenAL.dll" CACHE STRING "Name of native openal library" )
229229endif ()
230230
231231# API Keys
You can’t perform that action at this time.
0 commit comments