1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

build: fixed init function sentinal for python modules

This commit is contained in:
Andrew Tridgell 2010-03-17 15:22:18 +11:00
parent e6a47a8dea
commit a559edf906

View File

@ -20,7 +20,7 @@ def SAMBA_PYTHON(bld, name,
# when we support static python modules we'll need to gather
# the list from all the SAMBA_PYTHON() targets
if init_function_sentinal is not None:
cflags += '-DSTATIC_LIBPYTHON_MODULES="%s"' % init_function_sentinal
cflags += '-DSTATIC_LIBPYTHON_MODULES=%s' % init_function_sentinal
if realname is None:
# a SAMBA_PYTHON target without a realname is just a