Skip to content

Commit 4c37460

Browse files
committed
fix mac build
1 parent 7cdb099 commit 4c37460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mac/build-pulsar-cpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ROOT_DIR=$(git rev-parse --show-toplevel)
2424
cd "${ROOT_DIR}"
2525

2626
source pkg/mac/common.sh
27+
source build-support/dep-url.sh
2728

2829
PULSAR_CPP_VERSION=$(./build-support/dep-version.py pulsar-cpp)
2930

@@ -36,7 +37,6 @@ PREFIX=$CACHE_DIR_CPP_CLIENT/install
3637
DEPS_PREFIX=${CACHE_DIR_DEPS}/install
3738

3839
###############################################################################
39-
source ./build-support/dep-url.sh
4040
download_dependency ./dependencies.yaml ${PULSAR_CPP_VERSION}
4141
tar xfz apache-pulsar-client-cpp-${PULSAR_CPP_VERSION}.tar.gz
4242

0 commit comments

Comments
 (0)