diff options
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> ''' |