We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fb60d commit 342cf09Copy full SHA for 342cf09
crates/tauri-cli/src/interface/rust/desktop.rs
@@ -54,7 +54,7 @@ pub fn run_dev<F: Fn(Option<i32>, ExitReason) + Send + Sync + 'static>(
54
config_features: Vec<String>,
55
on_exit: F,
56
) -> crate::Result<DevChild> {
57
- #[cfg(not(target_os = "windows"))]
+ #[cfg(not(target_os = "macos"))]
58
let _app_settings = app_settings;
59
#[cfg(target_os = "macos")]
60
{
0 commit comments