Forgot to remove the comment

This commit is contained in:
NishiOwO
2025-03-25 00:52:27 +09:00
parent 1ef20bea36
commit d68a56a3c9

View File

@@ -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)