tag libcec and libplatform as release build to get correct behaviour
This commit is contained in:
parent
e4fb4fb4cf
commit
6eb9544390
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -21,6 +21,8 @@ pkgver() {
|
|||
build() {
|
||||
cd "$srcdir"/libplatform
|
||||
cmake . \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_SHARED_LIBS=1 \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||
-DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
|
||||
|
|
Loading…
Reference in a new issue