forked from libretro/Lakka-LibreELEC
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			306 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			306 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff --git a/Makefile b/Makefile
 | 
						|
index 65ece36..6fd017d 100644
 | 
						|
--- a/Makefile
 | 
						|
+++ b/Makefile
 | 
						|
@@ -633,7 +633,7 @@ endif
 | 
						|
 # utilities
 | 
						|
 MD = -mkdir$(EXE_EXT)
 | 
						|
 RM = @rm -f
 | 
						|
-OBJDUMP = @objdump
 | 
						|
+OBJDUMP ?= @objdump
 | 
						|
 
 | 
						|
 #-------------------------------------------------
 | 
						|
 # form the name of the executable
 |