mirror of
https://github.com/samba-team/samba.git
synced 2025-07-02 20:59:09 +03:00
waf: Add missing dependency (so header paths are inherited) on talloc to internal python lib.
This commit is contained in:
@ -5,6 +5,7 @@ bld.SAMBA_SUBSYSTEM('LIBPYTHON',
|
||||
public_deps='EXT_LIB_PYTHON',
|
||||
init_function_sentinal='{NULL,NULL}',
|
||||
needs_python=True,
|
||||
deps='talloc',
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user