Skip to content

Commit

Permalink
Linuxビルドを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Nov 2, 2024
1 parent 3a95ac8 commit 977e5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_libhdr10plus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 977e5a1

Please sign in to comment.