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:
@@ -253,6 +253,7 @@ def Verify_WX_CONFIG():
|
|||||||
# if WX_CONFIG hasn't been set to an explicit value then construct one.
|
# if WX_CONFIG hasn't been set to an explicit value then construct one.
|
||||||
global WX_CONFIG
|
global WX_CONFIG
|
||||||
if WX_CONFIG is None:
|
if WX_CONFIG is None:
|
||||||
|
WX_CONFIG='wx-config'
|
||||||
port = WXPORT
|
port = WXPORT
|
||||||
if port == "x11":
|
if port == "x11":
|
||||||
port = "x11univ"
|
port = "x11univ"
|
||||||
|
Reference in New Issue
Block a user