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

r9944: fix python build

Guenther
(This used to be commit 97412dbaad)
This commit is contained in:
Günther Deschner
2005-09-02 09:06:33 +00:00
committed by Gerald (Jerry) Carter
parent adfd5cddf7
commit ae7f35086c

View File

@ -56,6 +56,9 @@ for lib in string.split(samba_libs):
if lib[0:2] == "-l":
libraries.append(lib[2:])
continue
if lib[0:8] == "-pthread":
libraries.append(lib[2:])
continue
if lib[0:2] == "-L":
library_dirs.append(lib[2:])
continue