mirror of
https://github.com/86Box/86Box.git
synced 2026-02-26 05:53:15 -07:00
Forgot to remove the comment
This commit is contained in:
@@ -60,7 +60,6 @@ elseif(SNDIO)
|
||||
target_sources(snd PRIVATE sndio.c)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
|
||||
# Use FAudio, a reimplementation of XAudio2
|
||||
pkg_check_modules(SNDIO IMPORTED_TARGET sndio)
|
||||
if(SNDIO_FOUND)
|
||||
target_link_libraries(86Box PkgConfig::SNDIO)
|
||||
|
||||
Reference in New Issue
Block a user