1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/wscript_build_system_heimdal
Alexander Bokovoy 72a9e6d115 wscript: port build_system_heimdal to waf 2.0
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-09-05 06:37:27 +02:00

5 lines
107 B
Plaintext

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