wscript: improve configure messages slightly
This commit is contained in:
parent
8bb91099c5
commit
6ff1d86cad
@ -24,7 +24,7 @@ def options(opt):
|
|||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
if conf.is_defined('USE_EXTERNAL_LIBS'):
|
if conf.is_defined('USE_EXTERNAL_LIBS'):
|
||||||
conf.check_cxx(header_name="base/Pitch.h", mandatory=True)
|
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)
|
conf.check_cxx(lib="qm-dsp", uselib_store="QMDSP", mandatory=True)
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
|
Loading…
Reference in New Issue
Block a user