mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
pkg-config: setup host triplet for --build and --host options to configure script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
08b2877133
commit
e1ca792712
@ -25,7 +25,9 @@
|
||||
setup_toolchain host
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --enable-shared \
|
||||
./configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--with-gnu-ld
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user