From 838c8d642c2ae0251b7c965a97c2a8d9e6be4d8b Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Thu, 20 Jun 2019 20:03:05 -0400 Subject: BUGFIX: typo for PGI C/CPP --- mesonbuild/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index adae8f17b..0cf511f82 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -792,7 +792,7 @@ class Environment: else: compiler_type = CompilerType.PGI_STANDARD cls = PGICCompiler if lang == 'c' else PGICPPCompiler - return cls(ccache + compiler, version, compiler_type, for_machine, is_cross, compiler_type, exe_wrap) + return cls(ccache + compiler, version, compiler_type, for_machine, is_cross, exe_wrap) if '(ICC)' in out: if self.machines[for_machine].is_darwin(): compiler_type = CompilerType.ICC_OSX -- cgit v1.2.3