[gobject-introspection] Use CC rather than LD to fix build issue for gir. Closes #593599.
- From: Halton Huo <haltonhuo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Use CC rather than LD to fix build issue for gir. Closes #593599.
- Date: Tue, 1 Sep 2009 02:18:11 +0000 (UTC)
commit 3fb4496853a590f272e77ac98b7c23411cb4fa3d
Author: Halton Huo <halton huo sun com>
Date: Mon Aug 31 10:38:08 2009 +0800
Use CC rather than LD to fix build issue for gir. Closes #593599.
giscanner/dumper.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index 0637e5c..bd3029f 100644
--- a/giscanner/dumper.py
+++ b/giscanner/dumper.py
@@ -82,7 +82,7 @@ class DumpCompiler(object):
self._tmpdir = tempfile.mkdtemp('', 'tmp-introspect', dir=os.getcwd())
self._compiler_cmd = os.environ.get('CC', 'gcc')
- self._linker_cmd = os.environ.get('LD', self._compiler_cmd)
+ self._linker_cmd = os.environ.get('CC', self._compiler_cmd)
self._pkgconfig_cmd = os.environ.get('PKG_CONFIG', 'pkg-config')
self._uninst_srcdir = os.environ.get(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]