mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix compile warning on windows
This commit is contained in:
+1
-1
@@ -93,10 +93,10 @@ where
|
||||
T: Into<ShortcutOwned>,
|
||||
{
|
||||
if platform.enabled() {
|
||||
let name = platform.name();
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
if platform.create_symlinks() {
|
||||
let name = platform.name();
|
||||
super::symlinks::ensure_links_folder_created(name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user