Default value for WX_CONFIG

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-07-23 05:07:00 +00:00
parent f497359506
commit adce89c32f

View File

@ -253,6 +253,7 @@ def Verify_WX_CONFIG():
# if WX_CONFIG hasn't been set to an explicit value then construct one.
global WX_CONFIG
if WX_CONFIG is None:
WX_CONFIG='wx-config'
port = WXPORT
if port == "x11":
port = "x11univ"