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
Alexander Bokovoy e58ca30bc0 wscript_build_embedded_heimdal: update to handle waf 2.0.4
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-09-05 06:37:25 +02:00

5 lines
109 B
Plaintext

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