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:
committed by
Gerald (Jerry) Carter
parent
ebf0cda797
commit
d31510d6c5
@ -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", "")
|
||||
|
Reference in New Issue
Block a user