Skip to content

Commit

Permalink
Attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsc committed Mar 2, 2021
1 parent 443cb46 commit 344e237
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mongoc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ fn main() {

cmake.arg("-DENABLE_AUTOMATIC_INIT_AND_CLEANUP=OFF");
cmake.arg("-DENABLE_SSL=OPENSSL");
cmake.arg("-DENABLE_SASL=OFF");
cmake.arg("-DENABLE_STATIC=ON");
cmake.arg("-DENABLE_ENABLE_EXAMPLES=OFF");
cmake.arg("-DENABLE_TESTS=OFF");
cmake.arg("-DWITH_PIC=ON");
cmake.arg("-DWITH_SNAPPY=OFF");
Expand Down

0 comments on commit 344e237

Please sign in to comment.