From a8840087979f891c50e01e647df21759e556a7c8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 4 Apr 2010 11:02:15 +1000 Subject: ldb-waf: fixed buildtools path --- source4/lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 4e8b80515d..e40d46ee75 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -7,7 +7,7 @@ blddir = 'bin' import sys, os # find the buildtools directory -buildtools = 'buildtools ../../buildtools' +buildtools = 'buildtools ../../../buildtools' for d in buildtools.split(): if os.path.exists(d): srcdir = os.path.dirname(d) or '.' -- cgit