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:
@@ -338,8 +338,10 @@ def main():
|
|||||||
else:
|
else:
|
||||||
IF22 = ""
|
IF22 = ""
|
||||||
|
|
||||||
if string.find(WXDLL, "h") != -1:
|
# Starting with 2.3.3 the hybrid build is the release build too, so
|
||||||
PYVER = PYVER + "-hybrid"
|
# no need to label it that way.
|
||||||
|
##if string.find(WXDLL, "h") != -1:
|
||||||
|
## PYVER = PYVER + "-hybrid"
|
||||||
|
|
||||||
MSLU=''
|
MSLU=''
|
||||||
if len(sys.argv) > 1 and sys.argv[1] == "UNICODE=1":
|
if len(sys.argv) > 1 and sys.argv[1] == "UNICODE=1":
|
||||||
|
Reference in New Issue
Block a user