Use gcc as the default C compiler if CC is not set. diff --git a/giscanner/__init__.py b/giscanner/__init__.py index 7c2f365a..607fe341 100644 --- a/giscanner/__init__.py +++ b/giscanner/__init__.py @@ -21,6 +21,8 @@ import os builddir = os.environ.get('UNINSTALLED_INTROSPECTION_BUILDDIR') if builddir is not None: __path__.append(os.path.join(builddir, 'giscanner')) # type: ignore # mypy issue #1422 +if not 'CC' in os.environ: + os.environ['CC'] = 'gcc' try: from ._version import __version__ except ImportError: main'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/bidiv-update-fribidi.patch
ref='/guix/commit/gnu/packages/aux-files/guile-launcher.c?id=d92ee0a8bdc324726e737bf4ef099d75724ce8c9'>guile: Leave 'scm_install_gmp_memory_functions' unchanged....
AgeCommit message (Expand)Author
Ludovic Courtès
2021-02-07guile: Do not install Guile/libgc allocators for GMP....Ludovic Courtès
2020-12-11guix: 'guile' executable ignores GUILE_LOAD_PATH during startup....Ludovic Courtès
2020-10-05self: Use a 'guile' that doesn't complain about locales....Ludovic Courtès