We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a244cc commit 7649324Copy full SHA for 7649324
2 files changed
oss-fuzz/build.sh
@@ -18,6 +18,8 @@
18
# OSS-Fuzz build script for libmongocrypt
19
# This script is called by OSS-Fuzz to build the fuzzing targets
20
21
+cd $SRC/libmongocrypt
22
+
23
# Build the library
24
mkdir -p build
25
cd build
0 commit comments