[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:58:32 PST 2008


changeset:   48:efa0a6e28833
user:        LukeHodkinson
date:        Wed Mar 05 01:31:51 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 7805943f5ee4 -r efa0a6e28833 config/SConfig/Package.py
--- a/config/SConfig/Package.py	Wed Mar 05 01:18:48 2008 +0000
+++ b/config/SConfig/Package.py	Wed Mar 05 01:31:51 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