mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
diskdev_cmds: pass cflags to make
This commit is contained in:
parent
287f06f8e4
commit
94d3dbe9e3
@ -23,5 +23,7 @@
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
cwd=`pwd`
|
||||
|
||||
make -f Makefile.lnx CC=$CC CFLAGS="$TARGET_CFLAGS -g3 -Wall -I$cwd/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1"
|
||||
|
||||
make -f Makefile.lnx CC=$CC
|
||||
|
Loading…
x
Reference in New Issue
Block a user