From fef3e11cb9b4a11b56f111ea3d3e0c50f37b0323 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Wed, 16 Mar 2022 20:19:31 +0800 Subject: [PATCH] Try to fix build issue --- src/download.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/download.rs b/src/download.rs index 86ddb02..81d2527 100644 --- a/src/download.rs +++ b/src/download.rs @@ -188,6 +188,7 @@ impl Main { } }; if !overwrite { + #[cfg(feature = "exif")] if pw.helper.update_exif() { if add_exifdata_to_image(&file_name, &datas, 0).is_err() { println!(