diff options
author | Günther Deschner <gd@samba.org> | 2005-07-18 08:25:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:00:07 -0500 |
commit | d31510d6c56954030759e97ab8cdfc51e0abca92 (patch) | |
tree | 883c9a9af5992e26469008b1fc091492b60bbc84 /source/python/setup.py | |
parent | ebf0cda797da2c63aa0033f034573f6d5485b57a (diff) | |
download | samba-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-x | source/python/setup.py | 2 |
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", "") |