You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a package has mix-cased filenames (e.g. foo/BAR and foo/bar) then the package does not work fine on case-insensitive filesystems (like the standard APFS on Apple).
We can detect this relatively easily at build time and issue a warning.
The text was updated successfully, but these errors were encountered:
If a package has mix-cased filenames (e.g.
foo/BAR
andfoo/bar
) then the package does not work fine on case-insensitive filesystems (like the standard APFS on Apple).We can detect this relatively easily at build time and issue a warning.
The text was updated successfully, but these errors were encountered: