1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/wscript_build_system_heimdal

6 lines
158 B
Plaintext
Raw Normal View History

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