Skip to content

Commit

Permalink
CMake: Fix duplicate definition of WavFile on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TellowKrinkle committed Nov 14, 2021
1 parent 69d50e5 commit 162a0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/CMakeLists.txt
Expand Up @@ -301,7 +301,6 @@ set(pcsx2SPU2Sources
SPU2/spu2sys.cpp
SPU2/Timestretcher.cpp
SPU2/Wavedump_wav.cpp
SPU2/WavFile.cpp
)

if(TARGET PkgConfig::PORTAUDIO)
Expand Down Expand Up @@ -813,6 +812,7 @@ else(WIN32)
SPU2/Linux/ConfigDebug.cpp
SPU2/Linux/ConfigSoundTouch.cpp
SPU2/Linux/Dialogs.cpp
SPU2/WavFile.cpp
SPU2/wx/wxConfig.cpp
)
list(APPEND pcsx2SPU2Headers
Expand Down

0 comments on commit 162a0bb

Please sign in to comment.