mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Fixed msys64 build
This commit is contained in:
		
							parent
							
								
									6e1b658e2d
								
							
						
					
					
						commit
						c192c47b02
					
				| 
						 | 
					@ -1,11 +1,12 @@
 | 
				
			||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pacman -S --noconfirm mingw32/mingw-w64-i686-python3 \
 | 
					pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
 | 
				
			||||||
	   mingw32/mingw-w64-i686-python3-pip \
 | 
					 | 
				
			||||||
	   mingw32/mingw-w64-i686-python3-setuptools \
 | 
						   mingw32/mingw-w64-i686-python3-setuptools \
 | 
				
			||||||
	   mingw32/mingw-w64-i686-python2-pip \
 | 
						   mingw32/mingw-w64-i686-python2-pip \
 | 
				
			||||||
	   mingw32/mingw-w64-i686-python2-setuptools \
 | 
						   mingw32/mingw-w64-i686-python2-setuptools \
 | 
				
			||||||
	   mingw-w64-i686-libjpeg-turbo
 | 
						   mingw-w64-i686-libjpeg-turbo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					C:/msys64/mingw32/bin/python3 -m pip install --upgrade pip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/mingw32/bin/pip install pytest pytest-cov olefile
 | 
					/mingw32/bin/pip install pytest pytest-cov olefile
 | 
				
			||||||
/mingw32/bin/pip3 install pytest pytest-cov olefile
 | 
					/mingw32/bin/pip3 install pytest pytest-cov olefile
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user