wscript: drop repeated autowaf.set_options - it is enough to set at top level
This commit is contained in:
committed by
Paul Davis
parent
1c686f4d63
commit
88cecdfaef
@@ -1,12 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
from waflib.extras import autowaf as autowaf
|
||||
import os
|
||||
|
||||
# needed for code used from libardour
|
||||
I18N_PACKAGE = 'ardour'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
pass
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user