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

Commit f42c1a4

Browse files
author
syb0rg
committed
Add framework flag
1 parent 2e84f7c commit f42c1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 "-framework ${OPENAL_LIBRARY}" CACHE INTERNAL "libs")
2222
include_directories(${OPENAL_INCLUDE_DIR})
2323
endif()
2424

0 commit comments

Comments
 (0)