Cherry-pick mozjpeg cmake 4 compatibility

This commit is contained in:
Ilya Fedin 2025-05-01 13:04:09 +04:00 committed by John Preston
parent cf414cb9cb
commit 9fd1f95ab8

View file

@ -577,6 +577,7 @@ mac:
stage('mozjpeg', """ stage('mozjpeg', """
git clone -b v4.1.5 https://github.com/mozilla/mozjpeg.git git clone -b v4.1.5 https://github.com/mozilla/mozjpeg.git
cd mozjpeg cd mozjpeg
git cherry-pick 1644bdb
win: win:
cmake . ^ cmake . ^
-A %WIN32X64% ^ -A %WIN32X64% ^