Skip to content

Commit 44e6c2c

Browse files
committed
Merge branch 'bewaremypower/fix-apk-package' into MIRROR-bewaremypower/fix-apk-package
2 parents 10487fa + af5371e commit 44e6c2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/apk/APKBUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ build() {
5353
fi
5454
set -e
5555
cmake --build build -j8
56+
$ROOT_DIR/build-support/merge_archives_vcpkg.sh $PWD/build
5657
}
5758

5859
package() {
60+
set -x -e
5961
DESTDIR="$pkgdir" cmake --build build --target install
62+
cp ./build/libpulsarwithdeps.a "$pkgdir/usr/lib/"
6063
}

0 commit comments

Comments
 (0)