vdr-plugin-wirbelscancontrol: fix cross compile

This commit is contained in:
Rudi Heitbaum 2023-11-12 14:26:31 +00:00
parent 04d5b98604
commit 77544e0158

View File

@ -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)