mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #1098 from lrusak/protobuf
protobuf: fix path to CMakeLists.txt
This commit is contained in:
commit
cc218bfc99
@ -29,7 +29,7 @@ PKG_LONGDESC="protobuf: Protocol Buffers - Google's data interchange format"
|
||||
PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
PKG_CMAKE_SCRIPT="cmake/CMakeLists.txt"
|
||||
PKG_CMAKE_SCRIPT="$ROOT/$PKG_BUILD/cmake/CMakeLists.txt"
|
||||
|
||||
PKG_CMAKE_OPTS_HOST="-DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 \
|
||||
-DBUILD_SHARED_LIBS=0 \
|
||||
@ -39,8 +39,6 @@ PKG_CMAKE_OPTS_HOST="-DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 \
|
||||
|
||||
PKG_CMAKE_OPTS_TARGET="$PKG_CMAKE_OPTS_HOST"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--with-protoc=$ROOT/$TOOLCHAIN/bin/protoc"
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/bin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user