summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-12-29 20:33:02 (GMT)
committerEvan Martin <martine@danga.com>2012-12-29 20:33:15 (GMT)
commit35e955cf93c89145a33837d6dded611c18176c9c (patch)
tree68dffac59e6eacc4328db3afa7f2486d6ac87232
parentc4881191bd913e6f314d3e7bb649656c23699e13 (diff)
downloadNinja-35e955cf93c89145a33837d6dded611c18176c9c.zip
Ninja-35e955cf93c89145a33837d6dded611c18176c9c.tar.gz
Ninja-35e955cf93c89145a33837d6dded611c18176c9c.tar.bz2
add a TODO from a pull request
-rwxr-xr-xbootstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 7463d34..a847df9 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -31,6 +31,7 @@ parser.add_option('--verbose', action='store_true',
help='enable verbose build',)
parser.add_option('--x64', action='store_true',
help='force 64-bit build (Windows)',)
+# TODO: make this --platform to match configure.py.
parser.add_option('--windows', action='store_true',
help='force native Windows build (when using Cygwin Python)',
default=sys.platform.startswith('win32'))