mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Restore extern crate link_cplusplus
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user