diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-08-13 21:13:42 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-08-13 21:13:42 (GMT) |
commit | ceb52d82b137d5fc6c9c2bab773f0d6e3a8b515b (patch) | |
tree | 1aeb783d80c626c3680fc0cb8c39e99386c21ed3 /SConstruct | |
parent | 5d21b1cac7605f4df43ddc6db30011e6d1006859 (diff) | |
download | SCons-ceb52d82b137d5fc6c9c2bab773f0d6e3a8b515b.zip SCons-ceb52d82b137d5fc6c9c2bab773f0d6e3a8b515b.tar.gz SCons-ceb52d82b137d5fc6c9c2bab773f0d6e3a8b515b.tar.bz2 |
Fix wrong path to testing frameworks SConscript (was breaking bootstrap builds)
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -825,7 +825,7 @@ for p in [ scons ]: # Export('build_dir', 'env') -SConscript('testing/SConscript') +SConscript('testing/framework/SConscript') # # |