Skip to content

Commit

Permalink
add a TODO from a pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Dec 29, 2012
1 parent c488119 commit 35e955c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
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'))
Expand Down

0 comments on commit 35e955c

Please sign in to comment.