mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #892 from stefansaraev/attr
attr: fix DEBUG build. tryfix #891
This commit is contained in:
commit
44da3896a3
@ -24,6 +24,13 @@
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
if [ "$DEBUG" = yes ]; then
|
||||
ATTR_DEBUG=-DDEBUG
|
||||
else
|
||||
ATTR_DEBUG=-DNDEBUG
|
||||
fi
|
||||
|
||||
DEBUG=$ATTR_DEBUG \
|
||||
CONFIG_SHELL=/bin/bash \
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
Loading…
x
Reference in New Issue
Block a user