diff --git a/Utility/Mounts.hs b/Utility/Mounts.hs index 504d9185a8..47b24b1639 100644 --- a/Utility/Mounts.hs +++ b/Utility/Mounts.hs @@ -18,7 +18,8 @@ import Utility.Exception getMounts :: IO [Mntent] #ifndef __ANDROID__ getMounts = System.MountPoints.getMounts - -- That will crash when running on Android, so fall back to this. + -- That will crash when the linux build is running on Android, + -- so fall back to this. `catchNonAsync` const System.MountPoints.getProcMounts #else getMounts = System.MountPoints.getProcMounts