Changes to pushbuild.txt now trigger a reconfigure.
This commit is contained in:
parent
4e077402e5
commit
3f3343e945
@ -119,6 +119,8 @@ class SMConfig(object):
|
||||
raise Exception('Could not find a path to MySQL!')
|
||||
|
||||
def configure(self):
|
||||
builder.AddConfigureFile('pushbuild.txt')
|
||||
|
||||
cfg = builder.DetectCompilers()
|
||||
cxx = cfg.cxx
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user