diff --git a/configure.py b/configure.py index 8ce07d5c..445359da 100644 --- a/configure.py +++ b/configure.py @@ -1068,7 +1068,7 @@ config.libs = [ Object(NonMatching, "nw4r/snd/snd_SoundStartable.cpp"), Object(NonMatching, "nw4r/snd/snd_SoundSystem.cpp"), Object(NonMatching, "nw4r/snd/snd_SoundThread.cpp"), - Object(NonMatching, "nw4r/snd/snd_StrmChannel.cpp"), + Object(Matching, "nw4r/snd/snd_StrmChannel.cpp"), Object(Matching, "nw4r/snd/snd_StrmFile.cpp"), Object(NonMatching, "nw4r/snd/snd_StrmPlayer.cpp"), Object(NonMatching, "nw4r/snd/snd_StrmSound.cpp"),