summaryrefslogtreecommitdiffstats
path: root/source3/python
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python')
-rwxr-xr-xsource3/python/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/python/setup.py b/source3/python/setup.py
index 4a4f6ad3f81..bfc743603bd 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", "")