Skip to content

Commit af5371e

Browse files
committed
Build libpulsarwithdeps.a
1 parent 6be6655 commit af5371e

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)