mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
meson: Remove redundant join_paths function
This commit is contained in:
@ -24,6 +24,6 @@ zstd_manual_html = custom_target('zstd_manual.html',
|
||||
output : 'zstd_manual.html',
|
||||
command : [gen_html,
|
||||
zstd_version,
|
||||
join_paths(meson.current_source_dir(), join_paths(zstd_rootdir, 'lib/zstd.h')),
|
||||
join_paths(meson.current_source_dir(), zstd_rootdir, 'lib/zstd.h'),
|
||||
'@OUTPUT@'],
|
||||
install : false)
|
||||
|
Reference in New Issue
Block a user