mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
solve the error "ldb.inst.h does not exist"
The error happens when headermap.txt is not available Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
parent
eec93985d1
commit
792743cfab
@ -658,6 +658,8 @@ def init_subst(bld):
|
||||
|
||||
node = bld.srcnode.find_resource("source4/headermap.txt")
|
||||
if not node:
|
||||
bld.subst_table = {}
|
||||
bld.subst_table_h = 0
|
||||
return {}
|
||||
lines = node.read(None)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user