Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit c0ef7d2

Browse files
author
syb0rg
committed
Point to library within OpenAL framework
1 parent 007b3d0 commit c0ef7d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libsphinxad/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif()
1818
find_package(OpenAL)
1919
if (OPENAL_FOUND)
2020
set(SOURCES ${SOURCES} ad_openal.c)
21-
set(LIBS ${OPENAL_LIBRARY} CACHE INTERNAL "libs")
21+
set(LIBS "${OPENAL_LIBRARY}/OpenAL" CACHE INTERNAL "libs")
2222
include_directories(${OPENAL_INCLUDE_DIR})
2323
endif()
2424

0 commit comments

Comments
 (0)