diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-08 20:02:42 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-08 20:02:42 +0200 |
commit | 277321eccee96ec4faef3c82d5ff05455f91373b (patch) | |
tree | f41d7f1154b2977793d9920054aaa130b4c2cc35 /environment.py | |
parent | 6a627c6176f6b2157390b8a26984cc24ab7b614d (diff) | |
download | meson-277321eccee96ec4faef3c82d5ff05455f91373b.zip meson-277321eccee96ec4faef3c82d5ff05455f91373b.tar.gz meson-277321eccee96ec4faef3c82d5ff05455f91373b.tar.bz2 |
Can run unit tests with Ninja.
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 a1fd4ea..4e415ec 100755 --- a/environment.py +++ b/environment.py @@ -144,7 +144,7 @@ class GnuCXXCompiler(CXXCompiler): class ArLinker(): std_flags = ['csr'] - + def __init__(self, exelist): self.exelist = exelist |