mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
ldb:build: improve detection of srcdir
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
2c50c25d02
commit
09b991b79b
@ -10,7 +10,7 @@ import sys, os
|
|||||||
# find the buildtools directory
|
# find the buildtools directory
|
||||||
srcdir = '.'
|
srcdir = '.'
|
||||||
while not os.path.exists(srcdir+'/buildtools') and len(srcdir.split('/')) < 5:
|
while not os.path.exists(srcdir+'/buildtools') and len(srcdir.split('/')) < 5:
|
||||||
srcdir = '../' + srcdir
|
srcdir = srcdir + '/..'
|
||||||
sys.path.insert(0, srcdir + '/buildtools/wafsamba')
|
sys.path.insert(0, srcdir + '/buildtools/wafsamba')
|
||||||
|
|
||||||
import wafsamba, samba_dist, Options
|
import wafsamba, samba_dist, Options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user