repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ci skip] update generated files
[scons.git]
/
test
/
D
/
HSTeoh
/
ArLibIssue
/
SConstruct_template
blob
a39c2283c773442b5fc72265b37092ecd3512cf7
1
# SPDX-License-Identifier: MIT
2
#
3
# Copyright The SCons Foundation
4
5
import os
6
7
DefaultEnvironment(tools=[])
8
env = Environment({})
9
env['ENV']['HOME'] = os.environ['HOME'] # Hack for gdmd
10
env.StaticLibrary('mylib', ['a.d', 'b.d'])