From: Robin Dunn Date: Sun, 24 Oct 2004 00:59:14 +0000 (+0000) Subject: EP_ADD_OPTS defaults to true X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eed8659474aaf84eb8db85060ebee455165d8137?ds=inline EP_ADD_OPTS defaults to true git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/config.py b/wxPython/config.py index 4089667e0a..67edb935cc 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -135,7 +135,7 @@ INSTALL_MULTIVERSION = 1 # Install the packages such that multiple versions FLAVOUR = "" # Optional flavour string to be appended to VERSION # in MULTIVERSION installs -EP_ADD_OPTS = 0 # When doing MULTIVERSION installs the wx port and +EP_ADD_OPTS = 1 # When doing MULTIVERSION installs the wx port and # ansi/unicode settings can optionally be added to the # subdir path used in site-packages