From 8449a939289764faa5929605f13a27459627fc94 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Jul 2005 08:25:21 +0000 Subject: r8538: honour CC in python build. Guenther (This used to be commit d31510d6c56954030759e97ab8cdfc51e0abca92) --- source3/python/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/python/setup.py b/source3/python/setup.py index 4a4f6ad3f8..bfc743603b 100755 --- a/source3/python/setup.py +++ b/source3/python/setup.py @@ -37,6 +37,8 @@ samba_cflags = os.environ.get("PYTHON_CFLAGS", "") samba_srcdir = os.environ.get("SRCDIR", "") +compiler = os.environ.get("CC", "") + # These variables are filled in by configure samba_libs = os.environ.get("LIBS", "") -- cgit