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 24eb2b1 commit 4f96ed4Copy full SHA for 4f96ed4
crates/tauri-utils/src/platform.rs
@@ -347,6 +347,7 @@ fn resource_dir_from<P: AsRef<std::path::Path>>(
347
348
// Variable holding the type of bundle the executable is stored in. This is modified by binary
349
// patching during build
350
+#[used]
351
#[no_mangle]
352
#[cfg_attr(not(target_vendor = "apple"), link_section = ".taubndl")]
353
#[cfg_attr(target_vendor = "apple", link_section = "__DATA,taubndl")]
0 commit comments