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
This commit is contained in:
parent
d440a0e764
commit
03d9e55cc9
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user