summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2022-09-27 16:46:23 -0500
committerDaniel Moody <daniel.moody@mongodb.com>2022-09-27 16:46:23 -0500
commit49dee35c9fd2ebebce80f19678b50d3cc1027ebb (patch)
tree35b28c77d0eea7240c9b477048de94e5648659dc
parentfd468e14af4f86ae4aab688613b8d77469652a45 (diff)
downloadmongo-49dee35c9fd2ebebce80f19678b50d3cc1027ebb.tar.gz
tesing macos config
-rwxr-xr-xsrc/third_party/cares/scripts/host_config.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/third_party/cares/scripts/host_config.sh b/src/third_party/cares/scripts/host_config.sh
index 0714c773264..ff1d922a6af 100755
--- a/src/third_party/cares/scripts/host_config.sh
+++ b/src/third_party/cares/scripts/host_config.sh
@@ -6,8 +6,6 @@ IFS=$'\n\t'
set -vx
-TOOLCHAIN_ROOT=/opt/mongodbtoolchain/v3
-PATH="$TOOLCHAIN_ROOT/bin:$PATH"
DEST_DIR=$(git rev-parse --show-toplevel)/src/third_party/cares
@@ -34,12 +32,8 @@ pushd $HOST_DIR/build
# cxx-exceptions : intrusive exception handling runtime
$SRC_DIR/configure \
--prefix=$HOST_DIR/install \
- CC=$TOOLCHAIN_ROOT/bin/gcc \
- CXX=$TOOLCHAIN_ROOT/bin/g++
-CC=$TOOLCHAIN_ROOT/bin/gcc
-CXX=$TOOLCHAIN_ROOT/bin/g++
-make CC=$CC CXX=$CXX install
+make install
popd