mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
tinyxml2: build statically, fix build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6a757af6b3
commit
37e056bb55
@ -39,10 +39,10 @@ pre_configure_target() {
|
|||||||
configure_target() {
|
configure_target() {
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
|
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DBUILD_SHARED_LIBS=off \
|
||||||
..
|
..
|
||||||
}
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm $SYSROOT_PREFIX/usr/lib/libtinyxml2.so*
|
|
||||||
rm -rf $INSTALL/usr
|
rm -rf $INSTALL/usr
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user