wscript: stop loading misc where nothing is using it
It is apparently only used in gtk2_ardour/wscript - and it seems to be enough to load it in configure(), even though it is used in build().
This commit is contained in:
committed by
Paul Davis
parent
88cecdfaef
commit
92aca32652
@@ -10,8 +10,6 @@ def options(opt):
|
||||
pass
|
||||
|
||||
def configure(conf):
|
||||
conf.load('misc')
|
||||
|
||||
if conf.env['WINDOWS_VST_SUPPORT'] == True:
|
||||
conf.check(compiler='cxx', lib='gdi32', mandatory=True, uselib_store='GDI32')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user