mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.
This commit is contained in:
		
							parent
							
								
									9978a9357a
								
							
						
					
					
						commit
						0134a35bac
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -867,7 +867,7 @@ def buildRecipe(recipe, basedir, archList):
 | 
			
		|||
                        ' -arch '.join(archList),
 | 
			
		||||
                        shellQuote(SDKPATH)[1:-1],
 | 
			
		||||
                        shellQuote(basedir)[1:-1],),
 | 
			
		||||
                "LDFLAGS=-mmacosx-version-min=%s -syslibroot,%s -L%s/usr/local/lib -arch %s"%(
 | 
			
		||||
                "LDFLAGS=-mmacosx-version-min=%s -isysroot %s -L%s/usr/local/lib -arch %s"%(
 | 
			
		||||
                    DEPTARGET,
 | 
			
		||||
                    shellQuote(SDKPATH)[1:-1],
 | 
			
		||||
                    shellQuote(basedir)[1:-1],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue