Fix default builds
This commit is contained in:
parent
a57d287031
commit
73badcc7f9
1 changed files with 2 additions and 2 deletions
4
build.rs
4
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() {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue