From 7b611c2c11591c9dfd184e221ff22b1aae1af4da Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 6 Feb 2013 20:15:07 +0200 Subject: Build rule for static linking and some comments. --- environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environment.py') 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 -- cgit v1.1