mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Updated harfbuzz to 2.6.4
This commit is contained in:
parent
0d87b1596c
commit
1af0f97c4a
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -251,7 +251,7 @@ jobs:
|
||||||
set BUILD=%GITHUB_WORKSPACE%\winbuild\build
|
set BUILD=%GITHUB_WORKSPACE%\winbuild\build
|
||||||
set INCLUDE=%INCLUDE%;%INCLIB%
|
set INCLUDE=%INCLUDE%;%INCLIB%
|
||||||
set LIB=%LIB%;%INCLIB%
|
set LIB=%LIB%;%INCLIB%
|
||||||
cd /D %BUILD%\harfbuzz-2.6.1
|
cd /D %BUILD%\harfbuzz-2.6.4
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.platform-vcvars }}
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.platform-vcvars }}
|
||||||
echo on
|
echo on
|
||||||
set CMAKE=cmake.exe -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_RULE_MESSAGES:BOOL=OFF
|
set CMAKE=cmake.exe -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_RULE_MESSAGES:BOOL=OFF
|
||||||
|
|
|
@ -98,9 +98,9 @@ libs = {
|
||||||
"dir": "libimagequant-e5d454bc7f5eb63ee50c84a83a7fa5ac94f68ec4",
|
"dir": "libimagequant-e5d454bc7f5eb63ee50c84a83a7fa5ac94f68ec4",
|
||||||
},
|
},
|
||||||
"harfbuzz": {
|
"harfbuzz": {
|
||||||
"url": "https://github.com/harfbuzz/harfbuzz/archive/2.6.1.zip",
|
"url": "https://github.com/harfbuzz/harfbuzz/archive/2.6.4.zip",
|
||||||
"filename": "harfbuzz-2.6.1.zip",
|
"filename": "harfbuzz-2.6.4.zip",
|
||||||
"dir": "harfbuzz-2.6.1",
|
"dir": "harfbuzz-2.6.4",
|
||||||
},
|
},
|
||||||
"fribidi": {
|
"fribidi": {
|
||||||
"url": "https://github.com/fribidi/fribidi/archive/v1.0.9.zip",
|
"url": "https://github.com/fribidi/fribidi/archive/v1.0.9.zip",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user