mirror of
https://github.com/thestk/stk
synced 2026-02-05 00:56:14 +00:00
fix the ALSA compile flag
This commit is contained in:
@@ -62,7 +62,7 @@ if(REALTIME)
|
|||||||
if(ALSA_FOUND)
|
if(ALSA_FOUND)
|
||||||
include_directories(${ALSA_INCLUDE_DIRS})
|
include_directories(${ALSA_INCLUDE_DIRS})
|
||||||
link_libraries(${ALSA_LIBRARIES})
|
link_libraries(${ALSA_LIBRARIES})
|
||||||
add_definitions(__LINUX_ALSA__)
|
add_definitions(-D__LINUX_ALSA__)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
elseif(${CMAKE_SYSTEM_NAME} STREQUAL Darwin)
|
elseif(${CMAKE_SYSTEM_NAME} STREQUAL Darwin)
|
||||||
|
|||||||
Reference in New Issue
Block a user