mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-07 06:54:39 +00:00
14 lines
443 B
Diff
14 lines
443 B
Diff
![]() |
--- a/Makefile 2022-01-01 10:11:29.000000000 +0000
|
||
|
+++ b/Makefile 2023-11-12 14:22:32.255353551 +0000
|
||
|
@@ -8,8 +8,8 @@
|
||
|
#/******************************************************************************
|
||
|
# * if you prefer verbose non-coloured build messages, remove the '@' here:
|
||
|
# *****************************************************************************/
|
||
|
-CC = @gcc
|
||
|
-CXX = @g++
|
||
|
+CC ?= @gcc
|
||
|
+CXX ?= @g++
|
||
|
|
||
|
|
||
|
PWD = $(shell pwd)
|