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:
parent
8e590a1af3
commit
132a1ad291
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user