summaryrefslogtreecommitdiffstats
path: root/source/python/setup.py
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-07-18 08:25:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:07 -0500
commitd31510d6c56954030759e97ab8cdfc51e0abca92 (patch)
tree883c9a9af5992e26469008b1fc091492b60bbc84 /source/python/setup.py
parentebf0cda797da2c63aa0033f034573f6d5485b57a (diff)
downloadsamba-d31510d6c56954030759e97ab8cdfc51e0abca92.tar.gz
samba-d31510d6c56954030759e97ab8cdfc51e0abca92.tar.xz
samba-d31510d6c56954030759e97ab8cdfc51e0abca92.zip
r8538: honour CC in python build.
Guenther
Diffstat (limited to 'source/python/setup.py')
-rwxr-xr-xsource/python/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/python/setup.py b/source/python/setup.py
index 4a4f6ad3f81..bfc743603bd 100755
--- a/source/python/setup.py
+++ b/source/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", "")