summaryrefslogtreecommitdiffstats
path: root/test/D/HSTeoh/ArLibIssue/SConstruct_template
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/HSTeoh/ArLibIssue/SConstruct_template')
-rw-r--r--test/D/HSTeoh/ArLibIssue/SConstruct_template3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/D/HSTeoh/ArLibIssue/SConstruct_template b/test/D/HSTeoh/ArLibIssue/SConstruct_template
new file mode 100644
index 0000000..81f81f5
--- /dev/null
+++ b/test/D/HSTeoh/ArLibIssue/SConstruct_template
@@ -0,0 +1,3 @@
+env = Environment({})
+
+env.StaticLibrary('mylib', ['a.d', 'b.d'])