diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-06 10:41:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-06 10:41:04 +0000 |
commit | 5540897d2ff86faca9115ef63f94a261f47cccc3 (patch) | |
tree | 4982e1c0c85412c6e7c4be3a0968531b8c308539 | |
parent | 4d018693fbd18be77e8b5501cfcd2c6265581967 (diff) |
automatic import of libyuv
-rw-r--r-- | libyuv.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libyuv.spec b/libyuv.spec index 71607c5..33d4d38 100644 --- a/libyuv.spec +++ b/libyuv.spec @@ -47,10 +47,10 @@ EOF %build %cmake -DUNIT_TEST=TRUE -%cmake_build +VERBOSE=1 %cmake_build %install -%cmake_install +VERBOSE=1 %cmake_install mkdir -p %{buildroot}%{_libdir}/pkgconfig cp -a %{name}.pc %{buildroot}%{_libdir}/pkgconfig/ |