]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/config.py
Changed name to wxFIXED_MINSIZE since that is more descriptive of what
[wxWidgets.git] / wxPython / config.py
index f5d53215771a2e30d28400bd862334938085c965..baa5c9dfa2a8f076b4b9bef337acf4976364b4cc 100644 (file)
@@ -408,7 +408,7 @@ class wx_install_headers(distutils.command.install_headers.install_headers):
             return
 
         root = self.root
             return
 
         root = self.root
-        if WXPREFIX.startswith(root):
+        if root is None or WXPREFIX.startswith(root):
             root = ''
         for header, location in headers:
             install_dir = os.path.normpath(root + WXPREFIX + location)
             root = ''
         for header, location in headers:
             install_dir = os.path.normpath(root + WXPREFIX + location)