// Hand the prebuilt archive's directory to `twig-sys`'s build script. Because
// this crate sets `links`, the `cargo:libdir=…` line below reaches dependents
// as `DEP_<LINKS>_LIBDIR`. This crate emits no link directives itself —
// `twig-sys` is the single place that decides to link the static library.
use env;
use Path;