mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
lirc:
- remove unneeded configure option
This commit is contained in:
parent
4af3217ec0
commit
078d1c1ada
@ -6,9 +6,9 @@ $SCRIPTS/build toolchain
|
||||
$SCRIPTS/build linux
|
||||
|
||||
if [ "$DEBUG" = yes ]; then
|
||||
DEBUG_CONFIG="--enable-debug --disable-stripping"
|
||||
DEBUG_CONFIG="--enable-debug"
|
||||
else
|
||||
DEBUG_CONFIG="--disable-debug --enable-stripping"
|
||||
DEBUG_CONFIG="--disable-debug"
|
||||
fi
|
||||
|
||||
export ac_cv_path_LIBUSB_CONFIG=
|
||||
|
Loading…
x
Reference in New Issue
Block a user