[cig-commits] commit: Wasn't leaving original header search paths in

Mercurial hg at geodynamics.org
Mon Nov 24 11:27:51 PST 2008


changeset:   10:f1ff7fd04911
user:        LukeHodkinson
date:        Wed Jun 25 03:38:38 2008 +0000
files:       SConfig/Package.py
description:
Wasn't leaving original header search paths in
tact when adding extensions.


diff -r 0b037bea3059 -r f1ff7fd04911 SConfig/Package.py
--- a/SConfig/Package.py	Wed Jun 25 03:31:50 2008 +0000
+++ b/SConfig/Package.py	Wed Jun 25 03:38:38 2008 +0000
@@ -274,7 +274,7 @@ class Package(SConfig.Node):
                 path = os.path.join(base_dir, d)
                 if not (os.path.exists(path) and os.path.isdir(path)):
                     return
-            yield cand
+            yield cand + hdr_dirs
 
     def add_candidate(self, inst):
         """Add a unique candidate installation. Note that if candidate(s) were



More information about the CIG-COMMITS mailing list