mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
attr: fix DEBUG build. tryfix #891
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user