diff --git a/build.rs b/build.rs index 923299d..f393618 100644 --- a/build.rs +++ b/build.rs @@ -1,8 +1,8 @@ +#[cfg(feature = "unicode_support")] +use bindgen; use std::env; use std::path::PathBuf; -use bindgen; - #[cfg(not(feature = "unicode_support"))] fn main() {}