mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
vdr-plugin-wirbelscancontrol: fix cross compile
This commit is contained in:
parent
04d5b98604
commit
77544e0158
@ -0,0 +1,13 @@
|
||||
--- 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)
|
Loading…
x
Reference in New Issue
Block a user