mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
wscript
2
wscript
@@ -36,7 +36,7 @@ def options(opt):
|
||||
opt.add_option('--debug', dest='debug', action='store_true', default=False,
|
||||
help='Turn on debug compile options.')
|
||||
opt.add_option('--python', dest='python', default='', action='store',
|
||||
help='Full path to the Python executrable to use.')
|
||||
help='Full path to the Python executable to use.')
|
||||
opt.add_option('--wx_config', dest='wx_config', default='wx-config', action='store',
|
||||
help='Full path to the wx-config script to be used for this build.')
|
||||
opt.add_option('--no_magic', dest='no_magic', action='store_true', default=False,
|
||||
|
||||
Reference in New Issue
Block a user