summaryrefslogtreecommitdiffstats
path: root/test/D/HSTeoh/LinkingProblem/SConstruct_template
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/HSTeoh/LinkingProblem/SConstruct_template')
-rw-r--r--test/D/HSTeoh/LinkingProblem/SConstruct_template3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/D/HSTeoh/LinkingProblem/SConstruct_template b/test/D/HSTeoh/LinkingProblem/SConstruct_template
index 6815cdf..a4aa795 100644
--- a/test/D/HSTeoh/LinkingProblem/SConstruct_template
+++ b/test/D/HSTeoh/LinkingProblem/SConstruct_template
@@ -3,8 +3,7 @@
import os
environment = Environment(
- ENV=os.environ,
- tools = ['cc', 'link' , '{}'],
+ tools = ['cc', '{}', 'link'],
LIBS = ['ncurses'])
environment.Object('ncurs_impl.o', 'ncurs_impl.c')