meson: Always build gen_html on build machine

Because we use gen_html as a generator instead of a binary to
run on host machine.
This commit is contained in:
Lzu Tao 2019-06-29 02:05:05 +07:00
parent 8e590a1af3
commit 132a1ad291

View File

@ -17,6 +17,7 @@ gen_html_includes = include_directories(join_paths(zstd_rootdir, 'programs'),
gen_html = executable('gen_html',
join_paths(zstd_rootdir, 'contrib/gen_html/gen_html.cpp'),
include_directories: gen_html_includes,
native: true,
install: false)
# Update zstd manual