Temporary remove osx cross build which is broken, at least on Windows.
This commit is contained in:
		
							parent
							
								
									b964fc6922
								
							
						
					
					
						commit
						592cf7fb25
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -281,13 +281,15 @@ cross-test : tcctest.c examples/ex3.c
 | 
			
		|||
	@echo ------------ $@ ------------
 | 
			
		||||
	$(foreach T,$(CROSS-TGTS),$(call CROSS-COMPILE,$T))
 | 
			
		||||
 | 
			
		||||
CROSS-MACOS= # x86_64-osx
 | 
			
		||||
 | 
			
		||||
CROSS-TGTS = \
 | 
			
		||||
 i386 \
 | 
			
		||||
 i386-win32 \
 | 
			
		||||
 i386-OpenBSD \
 | 
			
		||||
 x86_64 \
 | 
			
		||||
 x86_64-win32 \
 | 
			
		||||
 x86_64-osx \
 | 
			
		||||
 $(CROSS-MACOS) \
 | 
			
		||||
 x86_64-FreeBSD \
 | 
			
		||||
 x86_64-NetBSD \
 | 
			
		||||
 x86_64-OpenBSD \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue