diff options
Diffstat (limited to 'test/D/DMD.py')
-rw-r--r-- | test/D/DMD.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/D/DMD.py b/test/D/DMD.py index 1bde380..4b1c125 100644 --- a/test/D/DMD.py +++ b/test/D/DMD.py @@ -37,7 +37,7 @@ if not dmd: test.write('SConstruct', """\ import os -env = Environment(ENV=os.environ) +env = Environment() if env['PLATFORM'] == 'cygwin': env['OBJSUFFIX'] = '.obj' # trick DMD env.Program('foo', 'foo.d') """) |