Skip to content

Commit

Permalink
Fix linker error when building without openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-gt committed Sep 13, 2024
1 parent 61f8530 commit d333779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[cfg(feature = "bundled")]
#[cfg(any(feature = "bundled", feature = "bundled_without_openssl"))]
extern crate pq_src;

#[cfg(not(feature = "buildtime_bindgen"))]
Expand Down

0 comments on commit d333779

Please sign in to comment.