From 977e5a1bc5e7e6ce75f0b86448b732baeb61c60a Mon Sep 17 00:00:00 2001 From: rigaya Date: Sat, 2 Nov 2024 13:00:12 +0900 Subject: [PATCH] =?UTF-8?q?Linux=E3=83=93=E3=83=AB=E3=83=89=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_libhdr10plus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_libhdr10plus.sh b/build_libhdr10plus.sh index 4b602f3c..3cdb08c8 100755 --- a/build_libhdr10plus.sh +++ b/build_libhdr10plus.sh @@ -19,4 +19,4 @@ if [ ! -e ${LIBHDR10PLUS_INSTALL_DIR} ]; then fi cd ${HDR10PLUS_SRC}/hdr10plus && \ ${CARGO} cinstall --release --prefix=$LIBHDR10PLUS_INSTALL_DIR && \ - find ${LIBHDR10PLUS_INSTALL_DIR} -name "libhdr10plus.so*" | xargs rm + find ${LIBHDR10PLUS_INSTALL_DIR} -name "libhdr10plus-rs.so*" | xargs rm