mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
ldb: Fix path to alternative buildtools.
This commit is contained in:
parent
0688c5b2f1
commit
b4a5ece84a
@ -1,6 +1,6 @@
|
||||
# simple makefile wrapper to run waf
|
||||
|
||||
WAFPATH:=$(shell PATH=../../buildtools/bin:buildtools/bin:$(PATH) which waf)
|
||||
WAFPATH:=$(shell PATH=../../../buildtools/bin:buildtools/bin:$(PATH) which waf)
|
||||
|
||||
WAF=WAF_MAKE=1 $(WAFPATH)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user