Restore extern crate link_cplusplus

This commit is contained in:
2022-06-18 15:41:34 +00:00
committed by GitHub
parent e34e1ea78b
commit 1d6c2698ce

View File

@@ -1,5 +1,7 @@
#[macro_use]
extern crate lazy_static;
#[cfg(all(feature = "link-cplusplus", target_env = "gnu"))]
extern crate link_cplusplus;
#[cfg(feature = "avdict")]
mod _avdict;