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_template5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/D/HSTeoh/LinkingProblem/SConstruct_template b/test/D/HSTeoh/LinkingProblem/SConstruct_template
index 6815cdf..2c53b54 100644
--- a/test/D/HSTeoh/LinkingProblem/SConstruct_template
+++ b/test/D/HSTeoh/LinkingProblem/SConstruct_template
@@ -3,10 +3,11 @@
import os
environment = Environment(
- ENV=os.environ,
- tools = ['cc', 'link' , '{}'],
+ tools = ['cc', '{}', 'link'],
LIBS = ['ncurses'])
+environment['ENV']['HOME'] = os.environ['HOME'] # Hack for gdmd
+
environment.Object('ncurs_impl.o', 'ncurs_impl.c')
environment.Program('prog', Split("""