aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-01-06 15:33:46 -0800
committerEvan Martin <martine@danga.com>2013-04-08 15:01:35 -0700
commit58c7139b9f404e18097d4f3ef6adcd49a01e3d73 (patch)
treef32cda7534e4d0f3a79fcee8f986981def88235f /bootstrap.py
parentce65cb987adc7366f6da8f9d4e34c8cdab2d49bc (diff)
downloadninja-58c7139b9f404e18097d4f3ef6adcd49a01e3d73.tar.gz
windows: drop use of msvc helper in build
Diffstat (limited to 'bootstrap.py')
-rwxr-xr-xbootstrap.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap.py b/bootstrap.py
index fcf1a20..4d9bc84 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -143,9 +143,7 @@ Done!
Note: to work around Windows file locking, where you can't rebuild an
in-use binary, to run ninja after making any changes to build ninja itself
-you should run ninja.bootstrap instead. Your build is also configured to
-use ninja.bootstrap.exe as the MSVC helper; see the --with-ninja flag of
-the --help output of configure.py.""")
+you should run ninja.bootstrap instead.""")
else:
print('Building ninja using itself...')
run([sys.executable, 'configure.py'] + conf_args)