try to fix exif feature build on Linux

This commit is contained in:
2022-03-03 12:56:59 +08:00
parent 0643defd86
commit 853719ed0b
3 changed files with 4 additions and 2 deletions

View File

@@ -2,4 +2,5 @@
#![allow(non_snake_case)]
#![allow(dead_code)]
#![allow(deref_nullptr)]
#![allow(non_upper_case_globals)]
include!(concat!(env!("OUT_DIR"), "/exif.rs"));