aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-02-06 20:15:07 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2013-02-06 20:15:07 +0200
commit7b611c2c11591c9dfd184e221ff22b1aae1af4da (patch)
treed0f1db098ab886200d5e51a46b83657f97749a85 /environment.py
parent3d5dd90432e5b18cc0d80ac562410776f93c9449 (diff)
downloadmeson-7b611c2c11591c9dfd184e221ff22b1aae1af4da.zip
meson-7b611c2c11591c9dfd184e221ff22b1aae1af4da.tar.gz
meson-7b611c2c11591c9dfd184e221ff22b1aae1af4da.tar.bz2
Build rule for static linking and some comments.
Diffstat (limited to 'environment.py')
-rwxr-xr-xenvironment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.py b/environment.py
index fdf0627..a1fd4ea 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