Beginings of wxX11 support. Much more to do but I have no more time
for it today. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -223,7 +223,10 @@ def Verify_WX_CONFIG():
|
||||
else:
|
||||
uf = ''
|
||||
ver2 = "%s.%s" % (VER_MAJOR, VER_MINOR)
|
||||
WX_CONFIG = 'wx%s%s%s-%s-config' % (WXPORT, uf, df, ver2)
|
||||
port = WXPORT
|
||||
if port == "x11":
|
||||
port = "x11univ"
|
||||
WX_CONFIG = 'wx%s%s%s-%s-config' % (port, uf, df, ver2)
|
||||
|
||||
searchpath = os.environ["PATH"]
|
||||
for p in searchpath.split(':'):
|
||||
|
Reference in New Issue
Block a user