diff --git a/configure.py b/configure.py index f9306c4d..df8d5b58 100644 --- a/configure.py +++ b/configure.py @@ -1075,7 +1075,7 @@ config.libs = [ Object(NonMatching, "nw4r/snd/snd_StrmSoundHandle.cpp"), Object(Matching, "nw4r/snd/snd_Task.cpp"), Object(Matching, "nw4r/snd/snd_TaskManager.cpp"), - Object(NonMatching, "nw4r/snd/snd_TaskThread.cpp"), + Object(Matching, "nw4r/snd/snd_TaskThread.cpp"), Object(NonMatching, "nw4r/snd/snd_Voice.cpp"), Object(NonMatching, "nw4r/snd/snd_VoiceManager.cpp"), Object(NonMatching, "nw4r/snd/snd_Util.cpp"),