From c27e712330e6a98fdf7ef6534b7b2225c0c2ebda Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Mon, 3 Sep 2012 19:04:47 +0100 Subject: Be specific about which tools to use. --- test/D/DMD2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/D/DMD2.py b/test/D/DMD2.py index c85d4ce..d49f5e4 100644 --- a/test/D/DMD2.py +++ b/test/D/DMD2.py @@ -36,7 +36,7 @@ if not test.where_is('dmd') and not test.where_is('gdmd'): test.write('SConstruct', """\ import os -env = Environment(ENV=os.environ) +env = Environment(tools=['link', 'dmd'], ENV=os.environ) if env['PLATFORM'] == 'cygwin': env['OBJSUFFIX'] = '.obj' # trick DMD env.Program('foo', 'foo.d') """) -- cgit v0.12