]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/config.py
Added ability to also do a remote build on the Jaguar machine
[wxWidgets.git] / wxPython / config.py
index f522db9e2080171ab424ced38d9e8468edfdecca..af86694f6da42958c262a6641bce72f35ecb76e3 100644 (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"