wscript: drop repeated autowaf.set_options - it is enough to set at top level

This commit is contained in:
Mads Kiilerich
2022-01-25 17:43:36 +01:00
committed by Paul Davis
parent 1c686f4d63
commit 88cecdfaef
72 changed files with 69 additions and 84 deletions

View File

@@ -10,7 +10,7 @@ LIBFLUIDSYNTH_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
I18N_PACKAGE = 'libfluidsynth'
def options(opt):
autowaf.set_options(opt)
pass
def configure(conf):
if conf.is_defined('USE_EXTERNAL_LIBS'):