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