mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 08:57: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
2
packages/3rdparty/multimedia/w_scan/build
vendored
2
packages/3rdparty/multimedia/w_scan/build
vendored
@ -22,7 +22,9 @@
|
|||||||
|
|
||||||
. config/options
|
. config/options
|
||||||
|
|
||||||
|
if [ "$ICONV" = "libiconv" ]; then
|
||||||
export LIBS="-liconv"
|
export LIBS="-liconv"
|
||||||
|
fi
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user