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
@@ -14,7 +14,6 @@ def configure(conf):
|
||||
return
|
||||
|
||||
autowaf.display_msg(conf, 'build session-utils', 'yes')
|
||||
conf.load('misc')
|
||||
|
||||
def build_ardour_util(bld, util):
|
||||
pgmprefix = bld.env['PROGRAM_NAME'].lower() + str(bld.env['MAJOR'])
|
||||
|
||||
Reference in New Issue
Block a user