Skip to content

Commit

Permalink
Merge pull request #67 from stormshield-gt/fix-linker-error-with-dies…
Browse files Browse the repository at this point in the history
…el-without-openssl
  • Loading branch information
weiznich authored Sep 13, 2024
2 parents 61f8530 + d333779 commit 2e8c53c
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 2e8c53c

Please sign in to comment.