1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-21 09:34:19 +03:00
samba-mirror/wscript_build_embedded_heimdal
Stefan Metzmacher 85dbc023c3 wafsamba: Remove clangdb code which doesn't work
This generates an incomplete database where defines and includes are missing.

Pair-Programmed-With: Andreas Schneider <asn@samba.org>
Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2022-01-21 23:33:36 +00:00

5 lines
113 B
Plaintext

from waflib import Logs
Logs.info("\tSelected embedded Heimdal build")
bld.RECURSE('third_party/heimdal_build')