mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +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',
|
output : 'zstd_manual.html',
|
||||||
command : [gen_html,
|
command : [gen_html,
|
||||||
zstd_version,
|
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@'],
|
'@OUTPUT@'],
|
||||||
install : false)
|
install : false)
|
||||||
|
Reference in New Issue
Block a user