Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 5, 2024
1 parent bbf8be2 commit 26a9f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/.evergreen/integ-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ CRYPT_SHARED_DIR="$DRIVERS_TOOLS"
MACHINE=$(uname -m)
if [ $MACHINE == "aarch64" ]; then
PYTHON="/opt/mongodbtoolchain/v4/bin/python3"
PYMONGOCRYPT_LIB="${MONGOCRYPT_DIR}/lib/libmongocrypt.so"
PYMONGOCRYPT_LIB="${MONGOCRYPT_DIR}/nocrypto/lib/libmongocrypt.so"
else
PYTHON="/opt/python/3.13/bin/python3"
PYMONGOCRYPT_LIB="${MONGOCRYPT_DIR}/lib64/libmongocrypt.so"
PYMONGOCRYPT_LIB="${MONGOCRYPT_DIR}/nocrypto/lib64/libmongocrypt.so"
fi
export PYMONGOCRYPT_LIB

Expand Down

0 comments on commit 26a9f14

Please sign in to comment.