From 0e572c656c2e72fd56ff63abd765e29aea5177d6 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Mon, 10 Mar 2014 22:56:26 -0500 Subject: [PATCH] Changes to pushbuild.txt now trigger a reconfigure. --- AMBuildScript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AMBuildScript b/AMBuildScript index 622e473..ada5c99 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -100,6 +100,8 @@ class MMSConfig(object): raise Exception('At least one SDK must be available.') def configure(self): + builder.AddConfigureFile('pushbuild.txt') + cfg = builder.DetectCompilers() cxx = cfg.cxx