e8c90926bd
The `doc` target used `echo` as its command.
On Windows, `echo` is always a shell built-in, there is no binary.
Starting from meson 0.58, `run_target()` always searches for command
executable and no longer accepts `echo` as such on Windows.
Replace plain `echo` with a Python one-liner.
Fixes:
|
||
---|---|---|
.. | ||
chkincs | ||
pkg-config | ||
binutils-avx512-check.sh | ||
call-sphinx-build.py | ||
check-symbols.sh | ||
coff.py | ||
gen-pmdinfo-cfile.py | ||
list-dir-globs.py | ||
map_to_win.py | ||
map-list-symbol.sh | ||
meson.build | ||
options-ibverbs-static.sh | ||
pmdinfogen.py | ||
symlink-drivers-solibs.sh |