mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #6384 from HiassofT/le11-mame2015
[le11] libretro-mame2015: simplify cross-compile patch
This commit is contained in:
commit
49629ab1a5
@ -1,14 +1,5 @@
|
|||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -138,7 +138,7 @@
|
|
||||||
LIBS += -lGL
|
|
||||||
endif
|
|
||||||
LDFLAGS += $(fpic) $(SHARED)
|
|
||||||
- REALCC ?= gcc
|
|
||||||
+ REALCC ?= $(CC)
|
|
||||||
BASELIBS += -lpthread
|
|
||||||
CXX ?= g++
|
|
||||||
#workaround for mame bug (c++ in .c files)
|
|
||||||
@@ -146,23 +146,23 @@
|
@@ -146,23 +146,23 @@
|
||||||
AR ?= @ar
|
AR ?= @ar
|
||||||
LD := $(CXX)
|
LD := $(CXX)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user