Skip to content

Commit 80621f0

Browse files
committed
Install the libraries
1 parent 7c3f5f5 commit 80621f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mac/build-static-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cmake -B build-osx -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 \
3030
-DBUILD_DYNAMIC_LIB=ON \
3131
-DBUILD_STATIC_LIB=ON \
3232
-DCMAKE_INSTALL_PREFIX=$INSTALL_DIR
33-
cmake --build build-osx -j16
33+
cmake --build build-osx -j16 --target install
3434

3535
./build-support/merge_archives_vcpkg.sh $PWD/build-osx
3636
cp ./build-osx/libpulsarwithdeps.a $INSTALL_DIR/lib/

0 commit comments

Comments
 (0)