Skip to content

Commit

Permalink
Fix a warning.
Browse files Browse the repository at this point in the history
Z3_HEADER_VAR will disappear when the feature vcpkg is enabled.
  • Loading branch information
TheVeryDarkness committed Oct 13, 2023
1 parent 0df54a2 commit 0b30251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions z3-sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use std::env;

#[cfg(not(feature = "vcpkg"))]
const Z3_HEADER_VAR: &str = "Z3_SYS_Z3_HEADER";

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

0 comments on commit 0b30251

Please sign in to comment.