23 lines
707 B
Diff
23 lines
707 B
Diff
diff --git i/libs/qm-dsp/wscript w/libs/qm-dsp/wscript
|
|
index a59801bf36..8432c89f0c 100644
|
|
--- i/libs/qm-dsp/wscript
|
|
+++ w/libs/qm-dsp/wscript
|
|
@@ -23,6 +23,7 @@ def options(opt):
|
|
autowaf.set_options(opt)
|
|
|
|
def configure(conf):
|
|
+ return
|
|
if conf.is_defined('USE_EXTERNAL_LIBS'):
|
|
conf.check_cxx(header_name="base/Pitch.h", mandatory=True, msg="Checking for qm-dsp headers")
|
|
conf.check_cxx(lib="qm-dsp", uselib_store="QMDSP", mandatory=True)
|
|
@@ -51,9 +52,6 @@ def configure(conf):
|
|
)
|
|
|
|
def build(bld):
|
|
- if bld.is_defined('USE_EXTERNAL_LIBS'):
|
|
- return
|
|
-
|
|
# Host Library
|
|
obj = bld(features = 'c cxx cxxstlib')
|
|
obj.source = '''
|