Fix libx264.lib not found

This commit is contained in:
2022-10-20 14:56:02 +08:00
committed by GitHub
parent 7576c0b0dc
commit 4eafd7da1f

View File

@@ -15,4 +15,4 @@ export PKGCONFIG='pkg-config --msvc --env-only'
|| exit 1
make -j8 || exit 1
make -j8 install || exit 1
mv -v $PREFIX/lib/libx264.dll.lib $PREFIX/lib/x264.lib || exit 1
mv -v $PREFIX/lib/libx264.dll.lib $PREFIX/lib/libx264.lib || exit 1