mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
add more text about the --no_magic option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
build.py
2
build.py
@@ -354,7 +354,7 @@ def makeOptionParser():
|
||||
("force_config", (False, "Run configure when building even if the script determines it's not necessary.")),
|
||||
("no_config", (False, "Turn off configure step on autoconf builds")),
|
||||
|
||||
("no_magic", (False, "Do NOT use the magic that will enable the wxWidgets libraries to be bundled with wxPython. (Such as in an egg.)")),
|
||||
("no_magic", (False, "Do NOT use the magic that will enable the wxWidgets libraries to be bundled with wxPython. (Such as in an egg.) When using this flag you should either build with an already installed wxWidgets, or allow this script to install wxWidgets.")),
|
||||
("build_dir", ("", "Directory to store wx build files. (Not used on Windows)")),
|
||||
("prefix", ("", "Prefix value to pass to the wx build.")),
|
||||
("destdir", ("", "Installation root for wxWidgets, files will go to {destdir}/{prefix}")),
|
||||
|
||||
Reference in New Issue
Block a user