From: Robin Dunn Date: Sun, 25 Aug 2002 01:53:43 +0000 (+0000) Subject: Don't need the "-hybrid" in the name any longer X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/03d9e55cc91c5e2838e0e57bb03a79ef72656ed1 Don't need the "-hybrid" in the name any longer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index a5f3358202..310efba1fe 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -338,8 +338,10 @@ def main(): else: IF22 = "" - if string.find(WXDLL, "h") != -1: - PYVER = PYVER + "-hybrid" + # Starting with 2.3.3 the hybrid build is the release build too, so + # no need to label it that way. + ##if string.find(WXDLL, "h") != -1: + ## PYVER = PYVER + "-hybrid" MSLU='' if len(sys.argv) > 1 and sys.argv[1] == "UNICODE=1":