From cd8f86cbe4efa8da71e55dcf6f160c07ab39b583 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 14 Mar 2013 01:15:58 +0000 Subject: [PATCH] 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 --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index a1381355..4517f1e6 100755 --- a/build.py +++ b/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}")),