diff options
-rwxr-xr-x | source3/python/setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
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", "") |