1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +03:00

r8538: honour CC in python build.

Guenther
This commit is contained in:
Günther Deschner
2005-07-18 08:25:21 +00:00
committed by Gerald (Jerry) Carter
parent ebf0cda797
commit d31510d6c5

View File

@ -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", "")