mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 09:16:19 +00:00
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
|