Merge pull request #1855 from zach2good/issue1854_remove_i386_xcode10
Issue #1854: remove support for i386 for XCode 10
This commit is contained in:
		
						commit
						b48ed1d1fa
					
				@ -7,8 +7,8 @@
 | 
				
			|||||||
//  https://github.com/google/google-toolbox-for-mac
 | 
					//  https://github.com/google/google-toolbox-for-mac
 | 
				
			||||||
// 
 | 
					// 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Build for PPC and Intel, 32- and 64-bit
 | 
					// Build for PPC and Intel 64-bit
 | 
				
			||||||
ARCHS = i386 x86_64 ppc ppc64
 | 
					ARCHS = x86_64 ppc ppc64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Zerolink prevents link warnings so turn it off
 | 
					// Zerolink prevents link warnings so turn it off
 | 
				
			||||||
ZERO_LINK = NO
 | 
					ZERO_LINK = NO
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user