diff options
Diffstat (limited to 'test/D/HSTeoh/ArLibIssue/SConstruct_template')
| -rw-r--r-- | test/D/HSTeoh/ArLibIssue/SConstruct_template | 6 |
1 files changed, 6 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..b17847a --- /dev/null +++ b/test/D/HSTeoh/ArLibIssue/SConstruct_template @@ -0,0 +1,6 @@ +env = Environment({}) + +import os +env['ENV']['HOME'] = os.environ['HOME'] # Hack for gdmd + +env.StaticLibrary('mylib', ['a.d', 'b.d']) |
