diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-06 20:15:07 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-06 20:15:07 +0200 |
| commit | 7b611c2c11591c9dfd184e221ff22b1aae1af4da (patch) | |
| tree | d0f1db098ab886200d5e51a46b83657f97749a85 /environment.py | |
| parent | 3d5dd90432e5b18cc0d80ac562410776f93c9449 (diff) | |
| download | meson-7b611c2c11591c9dfd184e221ff22b1aae1af4da.tar.gz | |
Build rule for static linking and some comments.
Diffstat (limited to 'environment.py')
| -rwxr-xr-x | environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.py b/environment.py index fdf0627bf..a1fd4ea53 100755 --- a/environment.py +++ b/environment.py @@ -143,7 +143,7 @@ class GnuCXXCompiler(CXXCompiler): return 'gch' class ArLinker(): - std_flags = ['cr'] + std_flags = ['csr'] def __init__(self, exelist): self.exelist = exelist |
