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:
@@ -33,8 +33,6 @@ def configure(conf):
|
||||
conf.define ('HAVE_HIDAPI', 1)
|
||||
else:
|
||||
print ("hidapi is not yet available for the given system")
|
||||
conf.load('compiler_c')
|
||||
autowaf.configure(conf)
|
||||
|
||||
def build(bld):
|
||||
if bld.is_defined('USE_EXTERNAL_LIBS'):
|
||||
|
||||
Reference in New Issue
Block a user