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

build: python modules need the libs from broken lib loops too

This commit is contained in:
Andrew Tridgell 2010-03-19 10:48:32 +11:00
parent dc68427b0e
commit 651941abba

View File

@ -584,7 +584,7 @@ def calculate_final_deps(bld, tgt_list):
# we now need to make corrections for any library loops we broke up
# any target that depended on the target of the loop and doesn't
# depend on the source of the loop needs to get the loop source added
for type in ['BINARY']:
for type in ['BINARY','PYTHON']:
for t in tgt_list:
if t.samba_type != type: continue
for loop in loops: