Changes to pushbuild.txt now trigger a reconfigure.

This commit is contained in:
Scott Ehlert 2014-01-08 17:09:50 -06:00
parent 4e077402e5
commit 3f3343e945

View File

@ -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