We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c38f9f commit c82b3a6Copy full SHA for c82b3a6
scripts/prep-fle-addon.sh
@@ -62,10 +62,6 @@ if [ x"$PREBUILT_OSNAME" != x"" ]; then
62
mv -v prebuilts/nocrypto/include include
63
mv -v prebuilts/$LIB/*bson* lib
64
rm -rf prebuilts
65
- if [ ! -e lib/bson-static-1.0.lib ]; then # Windows, work around MONGOCRYPT-301
66
- curl -sSfL -o libmongocrypt-windows-with-static-bson.tar.gz https://mciuploads.s3.amazonaws.com/libmongocrypt/windows-test/master/latest/5fea04b22fbabe3a83ad533c/libmongocrypt.tar.gz
67
- tar -xzvf libmongocrypt-windows-with-static-bson.tar.gz lib/bson-static-1.0.lib
68
- fi
69
else
70
if [ `uname` = Darwin ]; then
71
export CFLAGS="-mmacosx-version-min=10.13";
0 commit comments