]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
meson: Remove redundant join_paths function
authorLzu Tao <taolzu@gmail.com>
Fri, 30 Nov 2018 14:31:58 +0000 (21:31 +0700)
committerLzu Tao <taolzu@gmail.com>
Sat, 1 Dec 2018 16:18:59 +0000 (23:18 +0700)
build/meson/contrib/gen_html/meson.build

index a2fea9d52993921229e3812b7b1a3bb131d63be1..cabff209dc98a764f0deec67ce558e2327c1bbf8 100644 (file)
@@ -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)