mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 23:47:27 +03:00 
			
		
		
		
	file is not a variable name
This commit is contained in:
		
							parent
							
								
									bf2df86807
								
							
						
					
					
						commit
						999b0a1e8c
					
				
							
								
								
									
										8
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								setup.py
									
									
									
									
									
								
							|  | @ -522,10 +522,10 @@ class pil_build_ext(build_ext): | ||||||
|         # core library |         # core library | ||||||
| 
 | 
 | ||||||
|         files = ["_imaging.c"] |         files = ["_imaging.c"] | ||||||
|         for file in _IMAGING: |         for src_file in _IMAGING: | ||||||
|             files.append(file + ".c") |             files.append(src_file + ".c") | ||||||
|         for file in _LIB_IMAGING: |         for src_file in _LIB_IMAGING: | ||||||
|             files.append(os.path.join("libImaging", file + ".c")) |             files.append(os.path.join("libImaging", src_file + ".c")) | ||||||
| 
 | 
 | ||||||
|         libs = [] |         libs = [] | ||||||
|         defs = [] |         defs = [] | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user