1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/wscript_build_embedded_heimdal

6 lines
160 B
Plaintext
Raw Normal View History

from waflib import Logs
if bld.__class__.__name__ != "ClangDbContext":
Logs.info("\tSelected embedded Heimdal build")
bld.RECURSE('source4/heimdal_build')