From 49dee35c9fd2ebebce80f19678b50d3cc1027ebb Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Tue, 27 Sep 2022 16:46:23 -0500 Subject: tesing macos config --- src/third_party/cares/scripts/host_config.sh | 8 +------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1