Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/part/extra_targets/meson.build

    re18f0c0 r095ed4a  
    7272        )
    7373
    74         run_target('doxygen', command: [
    75                 sh,
    76                 '-c', 'cd $1 && $2 $3',
    77                 '--',
    78                 meson.source_root() / 'doxygen',
    79                 doxygen.path(),
    80                 _dox_cfg,
    81         ])
     74        run_target('doxygen', command: [ doxygen, _dox_cfg ])
    8275endif
    8376
Note: See TracChangeset for help on using the changeset viewer.