diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-23 23:52:17 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-23 23:52:17 +0300 |
commit | 6780050cbff88de1943d6297a6169acd57e9ab3a (patch) | |
tree | aa3e71b8e4b2b578dceceb98fdbee26bc2578c5c /environment.py | |
parent | 354bdca92042fbd81952578046858b43be960abc (diff) | |
download | meson-6780050cbff88de1943d6297a6169acd57e9ab3a.zip meson-6780050cbff88de1943d6297a6169acd57e9ab3a.tar.gz meson-6780050cbff88de1943d6297a6169acd57e9ab3a.tar.bz2 |
Run cross build tests with exe wrapper.
Diffstat (limited to 'environment.py')
-rw-r--r-- | environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.py b/environment.py index 8183cbe..c2ff299 100644 --- a/environment.py +++ b/environment.py @@ -134,7 +134,7 @@ class CCompiler(): pe.wait() if pe.returncode != 0: raise EnvironmentException('Executables created by C compiler %s are not runnable.' % self.name_string()) - + def has_header(self, hname): templ = '''#include<%s> ''' |