0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-05 20:57:58 +00:00
2023-11-14 10:56:56 +00:00

21 lines
886 B
Diff

--- a/Makefile 2023-11-12 14:10:50.207821109 +0000
+++ b/Makefile 2023-11-12 14:14:02.385846184 +0000
@@ -32,7 +32,7 @@
#/******************************************************************************
# * if you prefer verbose non-coloured build messages, remove the '@' here:
# *****************************************************************************/
-CXX = @g++
+CXX ?= @g++
CXXFLAGS += -g -O3 -fPIC -Wall -Wextra -Werror=overloaded-virtual -Wfatal-errors
CXXFLAGS += -DVERSION=\"$(VERSION)\"
DEFINES = -D_POSIX_C_SOURCE
@@ -61,7 +61,7 @@
#/******************************************************************************
# * programs, override if on different paths.
# *****************************************************************************/
-AR = @ar
+AR ?= @ar
CD ?= cd
CP ?= cp
CHMOD ?= chmod