mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #3265 from CvH/9.0/quickfix
mame2016: add missed patch
This commit is contained in:
commit
536a722d21
@ -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