mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
fix a comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@66473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
18
build.py
18
build.py
@@ -165,22 +165,22 @@ def setPythonVersion(args):
|
||||
|
||||
|
||||
def setDevModeOptions(args):
|
||||
# Using --dev is a shortcut for setting several build options that
|
||||
# I use while working on the code in my local workspaces. Most
|
||||
# people will probably not use this so it is not part for the
|
||||
# documented options and is explicitly handled here before the
|
||||
# options parser is created. If anybody besides Robin is using
|
||||
# this option do not depend on the options it inserts into the
|
||||
# args list being consistent. They could change at any update
|
||||
# from the repository.
|
||||
# Using --dev is a shortcut for setting several build options that I use
|
||||
# while working on the code in my local workspaces. Most people will
|
||||
# probably not use this so it is not part for the documented options and
|
||||
# is explicitly handled here before the options parser is created. If
|
||||
# anybody besides Robin is using this option do not depend on the options
|
||||
# it inserts into the args list being consistent. They could change at any
|
||||
# update from the repository.
|
||||
myDevModeOptions = [
|
||||
'--sip',
|
||||
'--build_dir=../bld',
|
||||
'--prefix=/opt/wx/2.9',
|
||||
|
||||
# These will be ignored on the other platforms so it is okay to
|
||||
# include them here
|
||||
# include them unconditionally
|
||||
'--osx_cocoa',
|
||||
#'--osx_carbon',
|
||||
'--mac_arch=i386',
|
||||
]
|
||||
if not isWindows:
|
||||
|
||||
Reference in New Issue
Block a user