Skip to content

Commit

Permalink
Copy libz to build directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Aug 15, 2024
1 parent f52700e commit 03ba3b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_shared_deps_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ mkdir -p "${BUILD_DEST}"
ls "${REPO_DIR}/vendor/vcpkg/installed/x64-osx-rocksdb/lib"
mv "${REPO_DIR}/vendor/vcpkg/installed/x64-osx-rocksdb/lib/librocksdb.9.2.1.dylib" "${REPO_DIR}/vendor/vcpkg/installed/x64-osx-rocksdb/lib/librocksdb.dylib"

cp "${REPO_DIR}/vendor/vcpkg/installed/x64-osx-rocksdb/lib/libz.dylib" "${BUILD_DEST}/"
cp "${REPO_DIR}/vendor/vcpkg/installed/x64-osx-rocksdb/lib/liblz4.dylib" "${BUILD_DEST}/"
cp "${REPO_DIR}/vendor/vcpkg/installed/x64-osx-rocksdb/lib/libzstd.dylib" "${BUILD_DEST}/"
cp "${REPO_DIR}/vendor/vcpkg/installed/x64-osx-rocksdb/lib/librocksdb.dylib" "${BUILD_DEST}/"

0 comments on commit 03ba3b1

Please sign in to comment.