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