mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 00:47:50 +00:00
w_scan: make build with libiconv optional
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2c57b4ef3c
commit
f9b02cb504
4
packages/3rdparty/multimedia/w_scan/build
vendored
4
packages/3rdparty/multimedia/w_scan/build
vendored
@ -22,7 +22,9 @@
|
||||
|
||||
. config/options
|
||||
|
||||
export LIBS="-liconv"
|
||||
if [ "$ICONV" = "libiconv" ]; then
|
||||
export LIBS="-liconv"
|
||||
fi
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
|
Loading…
x
Reference in New Issue
Block a user