blob: e22a92115ac801b7bd835a8b6cf00c16992f3d6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/slic3r/GUI/RemovableDriveManager.cpp.orig 2024-12-20 11:54:34 UTC
+++ src/slic3r/GUI/RemovableDriveManager.cpp
@@ -743,7 +743,7 @@ namespace search_for_drives_internal
//confirms if the file is removable drive and adds it to vector
if (
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
// Chromium mounts removable drives in a way that produces the same device ID.
platform_flavor() == PlatformFlavor::LinuxOnChromium ||
#endif
|