mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 04:31:30 +00:00
17 lines
506 B
Diff
17 lines
506 B
Diff
diff -Naur a/backends/platform/libretro/build/Makefile b/backends/platform/libretro/build/Makefile
|
|
--- a/backends/platform/libretro/build/Makefile 2016-05-09 19:28:52.000000000 -0700
|
|
+++ b/backends/platform/libretro/build/Makefile 2016-05-11 11:55:30.434658218 -0700
|
|
@@ -24,9 +24,9 @@
|
|
|
|
TARGET_NAME := scummvm
|
|
|
|
-LD = $(CXX)
|
|
-AR = ar cru
|
|
-RANLIB = ranlib
|
|
+LD ?= $(CXX)
|
|
+AR ?= ar cru
|
|
+RANLIB ?= ranlib
|
|
|
|
ifeq ($(platform), unix)
|
|
TARGET := $(TARGET_NAME)_libretro.so
|