We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdb099 commit 4c37460Copy full SHA for 4c37460
pkg/mac/build-pulsar-cpp.sh
@@ -24,6 +24,7 @@ ROOT_DIR=$(git rev-parse --show-toplevel)
24
cd "${ROOT_DIR}"
25
26
source pkg/mac/common.sh
27
+source build-support/dep-url.sh
28
29
PULSAR_CPP_VERSION=$(./build-support/dep-version.py pulsar-cpp)
30
@@ -36,7 +37,6 @@ PREFIX=$CACHE_DIR_CPP_CLIENT/install
36
37
DEPS_PREFIX=${CACHE_DIR_DEPS}/install
38
39
###############################################################################
-source ./build-support/dep-url.sh
40
download_dependency ./dependencies.yaml ${PULSAR_CPP_VERSION}
41
tar xfz apache-pulsar-client-cpp-${PULSAR_CPP_VERSION}.tar.gz
42
0 commit comments