mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Phoenix: revert build.py to the previous version, it was committed by mistake...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
6
build.py
6
build.py
@@ -209,8 +209,6 @@ def setPythonVersion(args):
|
||||
msg('Found %s at %s' % (PYTHON, findPython))
|
||||
PYTHON = findPython
|
||||
|
||||
## PYTHON = r"C:\Python32\python.exe"
|
||||
|
||||
msg(runcmd('%s -c "import sys; print(sys.version)"' % PYTHON, True, False))
|
||||
PYTHON_ARCH = runcmd('%s -c "import platform; print(platform.architecture()[0])"'
|
||||
% PYTHON, True, False)
|
||||
@@ -918,8 +916,8 @@ def build_wx(options, args):
|
||||
|
||||
def build_py(options, args):
|
||||
cmdTimer = CommandTimer('build_py')
|
||||
setup_py(options, args)
|
||||
#waf_py(options, args)
|
||||
#setup_py(options, args)
|
||||
waf_py(options, args)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user