Use self when accessing extra_conf_flags
This commit is contained in:
parent
02b3202867
commit
c87a9191f1
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ The parameters of the class are:
|
|||
self.extra_conf_flags.append ("CXXFLAGS=%s" % default_CXXFLAGS + ' '.join (self.extra_CXXFLAGS))
|
||||
self.extra_conf_flags.append (architecture_triplet)
|
||||
|
||||
self.addStep (self.ConfigureClass (extra_conf_flags, haltOnFailure = True))
|
||||
self.addStep (self.ConfigureClass (self.extra_conf_flags, haltOnFailure = True))
|
||||
|
||||
if not self.extra_make_flags:
|
||||
self.extra_make_flags = []
|
||||
|
|
Loading…
Reference in a new issue