From 3f3343e945b965422f6c792bfb47bccf602a505a Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Wed, 8 Jan 2014 17:09:50 -0600 Subject: [PATCH] Changes to pushbuild.txt now trigger a reconfigure. --- AMBuildScript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AMBuildScript b/AMBuildScript index d509e0903..8245bda06 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -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