[cig-commits] commit: Shuffling some things around to make it all

Mercurial hg at geodynamics.org
Mon Nov 24 11:30:50 PST 2008


changeset:   76:13bc66182d4e
user:        LukeHodkinson
date:        Wed Mar 05 01:31:53 2008 +0000
files:       config/SConfig/Package.py
description:
Shuffling some things around to make it all
a bit clearer. Also, fixed a minor bug with
search paths.


diff -r 310dacff26a8 -r 13bc66182d4e config/SConfig/Package.py
--- a/config/SConfig/Package.py	Wed Mar 05 01:18:50 2008 +0000
+++ b/config/SConfig/Package.py	Wed Mar 05 01:31:53 2008 +0000
@@ -338,7 +338,7 @@ class Package(object):
 
         for fw in frameworks:
             # If we have some frameworks, try them alone first.
-            if not have_loc:
+            if not have_loc and fw:
                 yield ['', [], [], list(fw)]
 
             # Traverse the list of base directories, using them only if they exist.



More information about the CIG-COMMITS mailing list