mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
11 lines
216 B
Diff
11 lines
216 B
Diff
Skip tools subdir in libvmaf to build only the library.
|
|
--- a/libvmaf/meson.build
|
|
+++ b/libvmaf/meson.build
|
|
@@ -51,6 +51,5 @@ endif
|
|
|
|
subdir('include')
|
|
subdir('src')
|
|
-subdir('tools')
|
|
subdir('doc')
|
|
subdir('test')
|