diff --git a/src/main.rs b/src/main.rs index 35e12cf9c..960a21d03 100644 --- a/src/main.rs +++ b/src/main.rs @@ -795,6 +795,9 @@ fn update(main: bool, check: bool) { if cfg!(feature = "audio") { features.push("audio"); } + if cfg!(feature = "webcam") { + features.push("webcam"); + } let feature_str; if !features.is_empty() { args.push("--features");