1 diff --git i/libs/qm-dsp/wscript w/libs/qm-dsp/wscript
2 index a59801bf36..8432c89f0c 100644
3 --- i/libs/qm-dsp/wscript
4 +++ w/libs/qm-dsp/wscript
5 @@ -23,6 +23,7 @@ def options(opt):
6 autowaf.set_options(opt)
10 if conf.is_defined('USE_EXTERNAL_LIBS'):
11 conf.check_cxx(header_name="base/Pitch.h", mandatory=True, msg="Checking for qm-dsp headers")
12 conf.check_cxx(lib="qm-dsp", uselib_store="QMDSP", mandatory=True)
13 @@ -51,9 +52,6 @@ def configure(conf):
17 - if bld.is_defined('USE_EXTERNAL_LIBS'):
21 obj = bld(features = 'c cxx cxxstlib')