mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r9944: fix python build
Guenther
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
e68872d147
commit
97412dbaad
@ -56,6 +56,9 @@ for lib in string.split(samba_libs):
|
|||||||
if lib[0:2] == "-l":
|
if lib[0:2] == "-l":
|
||||||
libraries.append(lib[2:])
|
libraries.append(lib[2:])
|
||||||
continue
|
continue
|
||||||
|
if lib[0:8] == "-pthread":
|
||||||
|
libraries.append(lib[2:])
|
||||||
|
continue
|
||||||
if lib[0:2] == "-L":
|
if lib[0:2] == "-L":
|
||||||
library_dirs.append(lib[2:])
|
library_dirs.append(lib[2:])
|
||||||
continue
|
continue
|
||||||
|
Reference in New Issue
Block a user