From 35e955cf93c89145a33837d6dded611c18176c9c Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Sat, 29 Dec 2012 12:33:02 -0800 Subject: add a TODO from a pull request --- bootstrap.py | 1 + 1 file changed, 1 insertion(+) 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')) -- cgit v0.12