This commit is contained in:
Nishi 2025-11-22 02:31:41 +09:00
commit 678c62bf60
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 2 additions and 2 deletions

View file

@ -51,10 +51,10 @@ if(ALSA_FOUND)
PRIVATE
${ALSA_LIBRARIES} pthread
)
target_sources(
target_compile_definitions(
MDEAudio
PRIVATE
src/audio/driver/alsa.c
USE_ALSA
)
endif()

View file