mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user