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