diff --git a/build.rs b/build.rs index 472b044..87afcde 100644 --- a/build.rs +++ b/build.rs @@ -1,3 +1,6 @@ +// This build script currently assumes that `libeditorconfig >=0.12.5 <1.0.0` is +// installed and that `pkg-config` can find it. + use pkg_config::{Config, Library}; const LIBRARY_NAME: &str = "editorconfig";