Commit 1bf2a1af authored by Wez Furlong's avatar Wez Furlong Committed by Facebook Github Bot

getdeps: if the hash has changed, force a cmake reconfigure

Summary:
This is needed to correctly pick up changes made to
eg: cmake.defines sections in the manifest for first-party
projects.

Reviewed By: strager

Differential Revision: D15246337

fbshipit-source-id: 35e525e885f87d6136d5ff3b94ebf34516ab947c
parent 41f67441
......@@ -245,6 +245,7 @@ class BuildCmd(SubCmd):
# Some kind of inconsistency with a prior build,
# let's run it again to be sure
os.unlink(built_marker)
reconfigure = True
if sources_changed or reconfigure or not os.path.exists(built_marker):
if os.path.exists(built_marker):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment