xo-facet: genfacet: predictable path to genfacet in comment

This commit is contained in:
Roland Conybeare 2026-01-31 12:55:45 -05:00
commit fc37c7325b

View file

@ -153,7 +153,7 @@ def gen_facet(env,
router_facet_hpp_fname = f'{router_facet}.hpp'
context = {
'genfacet': __file__,
'genfacet': 'xo-facet/codegen/genfacet',
'genfacet_input': idl_fname,
'using_dox': using_dox,
'impl_hpp_subdir': facet_detail_subdir,
@ -345,7 +345,7 @@ def gen_facet_impl(env,
# ================================================================
context = {
'genfacet': __file__,
'genfacet': 'xo-facet/codegen/genfacet',
'genfacet_input': idl_fname,
'using_dox': using_dox,
'impl_hpp_subdir': output_impl_hpp_subdir,