mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #8302 from radarhere/freetype
This commit is contained in:
commit
9e2ed5886b
|
@ -110,7 +110,7 @@ ARCHITECTURES = {
|
|||
|
||||
V = {
|
||||
"BROTLI": "1.1.0",
|
||||
"FREETYPE": "2.13.2",
|
||||
"FREETYPE": "2.13.3",
|
||||
"FRIBIDI": "1.0.15",
|
||||
"HARFBUZZ": "8.5.0",
|
||||
"JPEGTURBO": "3.0.3",
|
||||
|
@ -292,12 +292,8 @@ DEPS: dict[str, dict[str, Any]] = {
|
|||
},
|
||||
"build": [
|
||||
cmd_rmdir("objs"),
|
||||
cmd_msbuild(
|
||||
r"builds\windows\vc2010\freetype.sln", "Release Static", "Clean"
|
||||
),
|
||||
cmd_msbuild(
|
||||
r"builds\windows\vc2010\freetype.sln", "Release Static", "Build"
|
||||
),
|
||||
cmd_msbuild("MSBuild.sln", "Release Static", "Clean"),
|
||||
cmd_msbuild("MSBuild.sln", "Release Static", "Build"),
|
||||
cmd_xcopy("include", "{inc_dir}"),
|
||||
],
|
||||
"libs": [r"objs\{msbuild_arch}\Release Static\freetype.lib"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user