mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
mame2016: add missed patch
This commit is contained in:
parent
8a67396221
commit
5d3a991287
@ -0,0 +1,15 @@
|
|||||||
|
--- a/makefile
|
||||||
|
+++ b/makefile
|
||||||
|
@@ -336,9 +336,9 @@
|
||||||
|
else
|
||||||
|
PYTHON := $(PYTHON_EXECUTABLE)
|
||||||
|
endif
|
||||||
|
-CC := $(SILENT)gcc
|
||||||
|
-LD := $(SILENT)g++
|
||||||
|
-CXX:= $(SILENT)g++
|
||||||
|
+CC ?= $(SILENT)gcc
|
||||||
|
+LD ?= $(SILENT)g++
|
||||||
|
+CXX?= $(SILENT)g++
|
||||||
|
|
||||||
|
#-------------------------------------------------
|
||||||
|
# specify OSD layer: windows, sdl, etc.
|
Loading…
x
Reference in New Issue
Block a user