diff options
Diffstat (limited to 'giscanner')
-rw-r--r-- | giscanner/dumper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/dumper.py b/giscanner/dumper.py index 93f27569..ff6c4c12 100644 --- a/giscanner/dumper.py +++ b/giscanner/dumper.py @@ -82,7 +82,7 @@ class DumpCompiler(object): self._get_type_functions = get_type_functions self._error_quark_functions = error_quark_functions - self._compiler_cmd = os.environ.get('CC', 'gcc') + self._compiler_cmd = os.environ.get('CC', 'cc') self._linker_cmd = os.environ.get('CC', self._compiler_cmd) self._pkgconfig_cmd = os.environ.get('PKG_CONFIG', 'pkg-config') self._pkgconfig_msvc_flags = '' |