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

Commit d3fae91

Browse files
author
syb0rg
committed
Direct to OpenAL headers
1 parent b21d652 commit d3fae91

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}/Versions/A‌​/Headers/ CACHE INTERNAL "libs")
2222
include_directories(${OPENAL_INCLUDE_DIR})
2323
endif()
2424

0 commit comments

Comments
 (0)