Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Sep 6, 2024
1 parent 1159ebd commit 2945b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ vcpkg = "0.2.6"

[features]
default = []
bundled = ["pq-src/with-openssl"]
bundled = ["bundled_without_openssl", "pq-src/with-openssl"]
bundled_without_openssl = ["dep:pq-src"]
buildtime_bindgen = ["dep:bindgen"]
2 changes: 1 addition & 1 deletion pq-src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ fn main() {
};

if use_openssl {
includes.extend_from_slice(&[env::var("DEP_OPENSSL_INCLUDE").unwrap().clone()]);
includes.push(env::var("DEP_OPENSSL_INCLUDE").unwrap());
}

basic_build
Expand Down

0 comments on commit 2945b4a

Please sign in to comment.