Ignore:
File:
1 edited

Legend:

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

    r095ed4a re18f0c0  
    7272        )
    7373
    74         run_target('doxygen', command: [ doxygen, _dox_cfg ])
     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        ])
    7582endif
    7683
Note: See TracChangeset for help on using the changeset viewer.