Re: [Scons-users] Includes from sibling directory
Gaurav Juvekar <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi everyone, Moving this here from the users mailing list. I've created a pull request #459 (https://bitbucket.org/scons/scons/pull-requests/459/make-relative-includes-work-if-the-include/diff) for this. I'm still not understanding why having a variant_dir under the source_dir is a problem. The variant_dir could still shadow the source_dir tree (except for itself). I think that a build that works without a variant_dir should work in the same manner irrespective of where the variant_dir is placed. -- Regards, Gaurav Juvekar