diff --git a/build/fbcode_builder/getdeps.py b/build/fbcode_builder/getdeps.py index 3665d5df8..fc7229fa6 100755 --- a/build/fbcode_builder/getdeps.py +++ b/build/fbcode_builder/getdeps.py @@ -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):