Bug 1328184 follow-up: Fix a typo

This commit is contained in:
Ehsan Akhgari
2017-01-05 00:39:19 -05:00
parent e26cbf2ac6
commit cba6da1fea

View File

@@ -204,7 +204,7 @@ def build_one_stage(cc, cxx, ld, ar, ranlib,
# arguments, so we need to re-run it. Make sure the cached copy of the
# previous CMake run is cleared before running it again.
if os.path.exists(build_dir + "/CMakeCache.txt"):
os.path.remove(build_dir + "/CMakeCache.txt")
os.remove(build_dir + "/CMakeCache.txt")
# cmake doesn't deal well with backslashes in paths.
def slashify_path(path):