mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
winbuild: Build freetype.vcxproj to fix passing in custom parameters.
This commit is contained in:
parent
b557876ec3
commit
6081640aa5
|
@ -292,8 +292,12 @@ DEPS: dict[str, dict[str, Any]] = {
|
|||
},
|
||||
"build": [
|
||||
cmd_rmdir("objs"),
|
||||
cmd_msbuild("MSBuild.sln", "Release Static", "Clean"),
|
||||
cmd_msbuild("MSBuild.sln", "Release Static", "Build"),
|
||||
cmd_msbuild(
|
||||
r"builds\windows\vc2010\freetype.vcxproj", "Release Static", "Clean"
|
||||
),
|
||||
cmd_msbuild(
|
||||
r"builds\windows\vc2010\freetype.vcxproj", "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