projects
/
platform
/
upstream
/
ninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c488119
)
add a TODO from a pull request
author
Evan Martin
<martine@danga.com>
Sat, 29 Dec 2012 20:33:02 +0000
(12:33 -0800)
committer
Evan Martin
<martine@danga.com>
Sat, 29 Dec 2012 20:33:15 +0000
(12:33 -0800)
bootstrap.py
patch
|
blob
|
history
diff --git
a/bootstrap.py
b/bootstrap.py
index
7463d34
..
a847df9
100755
(executable)
--- 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'))