diff --git a/Source/Core/AudioCommon/CMakeLists.txt b/Source/Core/AudioCommon/CMakeLists.txt index a859886272..cdf8e20c1d 100644 --- a/Source/Core/AudioCommon/CMakeLists.txt +++ b/Source/Core/AudioCommon/CMakeLists.txt @@ -2,7 +2,7 @@ set(SRCS Src/AudioCommon.cpp Src/AudioCommonConfig.cpp Src/Mixer.cpp Src/WaveFile.cpp - Src/DSoundStream.cpp) + Src/NullSoundStream.cpp) if(APPLE)