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:
Mads Kiilerich
2022-01-23 22:46:10 +01:00
committed by Paul Davis
parent 88cecdfaef
commit 92aca32652
5 changed files with 2 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ def options(opt):
pass
def configure(conf):
conf.load('misc')
pass
def build(bld):
# just the normal executable version of the GTK GUI