Update exiv2 patch

This commit is contained in:
2023-02-05 11:27:07 +08:00
parent 91d805589a
commit a7208d4961
2 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ IF NOT EXIST cbuild (
CD cbuild || EXIT /B 1
git clone --depth 1 "https://github.com/Exiv2/exiv2" || EXIT /B %ERRORLEVEL%
CD exiv2 || EXIT /B %ERRORLEVEL%
git apply -3 %PATCH_DIR%\basicio.cpp.patch || EXIT /B %ERRORLEVEL%
git apply %PATCH_DIR%\basicio.cpp.patch || EXIT /B %ERRORLEVEL%
IF NOT EXIST build (
MD build || EXIT /B 1
)