| Index: preparser/SConscript
|
| diff --git a/preparser/SConscript b/preparser/SConscript
|
| index 1d51e826cc8dbb4317cb786b1378ced4b3421452..10b3953193624983b782e290da5bd7f0fe7db654 100644
|
| --- a/preparser/SConscript
|
| +++ b/preparser/SConscript
|
| @@ -26,10 +26,10 @@
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| from os.path import join
|
| -Import('context')
|
| +Import('context tools')
|
|
|
| def ConfigureObjectFiles():
|
| - env = Environment()
|
| + env = Environment(tools=tools)
|
| env.Replace(**context.flags['preparser'])
|
| context.ApplyEnvOverrides(env)
|
| return env.Object('preparser-process.cc')
|
|
|