mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-03-01 10:39:28 +00:00
Fix Makefile for VDR*Elec thanks to rell
This commit is contained in:
parent
0ff83f0e31
commit
46df18afe0
4
Makefile
4
Makefile
@ -113,8 +113,8 @@ TMPDIR ?= /tmp
|
||||
|
||||
### The compiler options:
|
||||
|
||||
export CFLAGS = $(call PKGCFG,cflags)
|
||||
export CXXFLAGS = $(call PKGCFG,cxxflags)
|
||||
export CFLAGS = $(call PKGCFG,cflags) -fpermissive
|
||||
export CXXFLAGS = $(call PKGCFG,cxxflags) -fpermissive
|
||||
|
||||
ifeq ($(CFLAGS),)
|
||||
$(warning CFLAGS not set)
|
||||
|
Loading…
x
Reference in New Issue
Block a user