diff --git a/rsrc/SConscript b/rsrc/SConscript index 3cb0b989..5cb7a8f7 100644 --- a/rsrc/SConscript +++ b/rsrc/SConscript @@ -55,6 +55,8 @@ else: if have_xmllint: xmllint_command = ('xmllint', '--nonet', '--noout', '--schema', '../schemas/dialog.xsd') +else: + print('xmllint not found! skipping xmllint step') if have_xmllint: # This is separate so that alternate xml validators could be used def validate_dialog(target, source, env):