Remove unnecessary $(PROGS_CROSS) from non-cross builds.
This commit is contained in:
		
							parent
							
								
									ddea94daea
								
							
						
					
					
						commit
						48a2a8dabd
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
					@ -104,7 +104,6 @@ PROGS_CROSS=$(X64_CROSS) $(WIN32_CROSS) $(WIN64_CROSS) $(ARM_CROSS) $(C67_CROSS)
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
ifeq ($(ARCH),x86-64)
 | 
					ifeq ($(ARCH),x86-64)
 | 
				
			||||||
NATIVE_FILES=$(X86_64_FILES)
 | 
					NATIVE_FILES=$(X86_64_FILES)
 | 
				
			||||||
PROGS+=$(WIN32_CROSS)
 | 
					 | 
				
			||||||
PROGS_CROSS=$(I386_CROSS) $(WIN64_CROSS) $(ARM_CROSS) $(C67_CROSS)
 | 
					PROGS_CROSS=$(I386_CROSS) $(WIN64_CROSS) $(ARM_CROSS) $(C67_CROSS)
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
ifeq ($(ARCH),arm)
 | 
					ifeq ($(ARCH),arm)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue