mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Fix libx264.lib not found
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user