Fix default builds

This commit is contained in:
Stephen Seo 2022-07-31 21:38:31 +09:00
parent a57d287031
commit 73badcc7f9

View file

@ -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() {}