mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +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":
|
||||
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
|
||||
|
Reference in New Issue
Block a user