mirror of
				https://github.com/msgpack/msgpack-python.git
				synced 2025-10-31 17:40:54 +00:00 
			
		
		
		
	Make pure-python wheels and eggs possible (#467)
This commit is contained in:
		
							parent
							
								
									44fd577705
								
							
						
					
					
						commit
						010de11bed
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
										
									
									
									
								
							|  | @ -88,7 +88,7 @@ else: | ||||||
|     macros = [("__LITTLE_ENDIAN__", "1")] |     macros = [("__LITTLE_ENDIAN__", "1")] | ||||||
| 
 | 
 | ||||||
| ext_modules = [] | ext_modules = [] | ||||||
| if not PYPY and not PY2: | if not PYPY and not PY2 and not os.environ.get("MSGPACK_PUREPYTHON"): | ||||||
|     ext_modules.append( |     ext_modules.append( | ||||||
|         Extension( |         Extension( | ||||||
|             "msgpack._cmsgpack", |             "msgpack._cmsgpack", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrey Bienkowski
						Andrey Bienkowski