This issue was originally created at: 2004-05-16 01:58:01.
This issue was reported by: issues@scons.
issues@scons said at 2004-05-16 01:58:01
Currently, the custom.py in Options('custom.py') was reading from the build directory. If the build directory and the source directory are not the same, the custom.py put in the source directory will not be read.
Is this behavior intensional? opts.Save('opts.cache') also save the options in the build directory.
issues@scons said at 2004-05-16 01:58:01
Converted from SourceForge tracker item 954759
gregnoel said at 2009-04-30 15:29:02
Bug party triage. The Variables (formerly Options, I changed the summary to match) code is still opening the file by hand rather than using the File() infrastructure (e.g., get_text_contents()). It should be simple fix so mark it +Easy; maybe someone else can do it.
The text was updated successfully, but these errors were encountered:
This issue was originally created at: 2004-05-16 01:58:01.
This issue was reported by:
issues@scons.issues@scons said at 2004-05-16 01:58:01
issues@scons said at 2004-05-16 01:58:01
gregnoel said at 2009-04-30 15:29:02
The text was updated successfully, but these errors were encountered: