wscript: drop configure statements already present in the top level wscript
Avoid repeated pointless configure messages like: Checking for 'g++' (C++ compiler!) : /usr/lib64/ccache/g++ Checking for 'gcc' (C compiler) : /usr/lib64/ccache/gcc
This commit is contained in:
@@ -25,7 +25,6 @@ def configure(conf):
|
||||
if Options.options.dist_target == 'mingw':
|
||||
autowaf.check_pkg(conf, 'portaudio-2.0', uselib_store='PORTAUDIO',
|
||||
atleast_version='19')
|
||||
autowaf.configure(conf)
|
||||
|
||||
if Options.options.libjack_link == 'auto':
|
||||
if Options.options.dist_target == 'mingw' or sys.platform == 'darwin':
|
||||
|
||||
Reference in New Issue
Block a user