mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
build: moved wafsamba.py to buildtools
This commit is contained in:
parent
cada19f58b
commit
64f5cdd204
@ -26,7 +26,7 @@ def configure(conf):
|
||||
conf.env.hlist = []
|
||||
|
||||
# load our local waf extensions
|
||||
conf.check_tool('wafsamba', tooldir=conf.curdir)
|
||||
conf.check_tool('wafsamba', tooldir=conf.srcdir + "/buildtools/wafsamba")
|
||||
|
||||
conf.CONFIG_PATH('LIBDIR', '/lib')
|
||||
conf.CONFIG_PATH('BINDIR', '/bin')
|
||||
|
Loading…
Reference in New Issue
Block a user