mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
tntnet: disable sdk for target. disable unittest
This commit is contained in:
parent
6f8252f254
commit
c172c7a674
4
packages/3rdparty/web/tntnet/build
vendored
4
packages/3rdparty/web/tntnet/build
vendored
@ -33,6 +33,7 @@ mkdir -p .build-host && cd .build-host
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-unittest \
|
||||
--with-server=no \
|
||||
--with-sdk=yes \
|
||||
--with-demos=no \
|
||||
@ -57,9 +58,10 @@ mkdir -p .build-target && cd .build-target
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-unittest \
|
||||
--with-sysroot=$SYSROOT_PREFIX \
|
||||
--with-server=no \
|
||||
--with-sdk=yes \
|
||||
--with-sdk=no \
|
||||
--with-demos=no \
|
||||
--with-epoll=yes \
|
||||
--with-ssl=no \
|
||||
|
Loading…
x
Reference in New Issue
Block a user