mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 18:25:35 +00:00
fix: add ALSA back to the linker line
This commit is contained in:
parent
7bab3f0189
commit
d5423ba8fd
|
@ -226,6 +226,7 @@ target_link_libraries(unit_tests LINK_PUBLIC
|
|||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${JACK_LIBRARY}
|
||||
${PULSEAUDIO_LIBRARY}
|
||||
${ALSA_LIBRARIES}
|
||||
${COREAUDIO_LIBRARY}
|
||||
m
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue