Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle the empty file inode on macOS and FAT32 (with the proper define) #1210

Merged
merged 1 commit into from
Jul 30, 2019

Commits on Jul 30, 2019

  1. Handle the empty file inode on macOS and FAT32 (with the proper define)

    Previously, 5174f7e was an attempt to
    correct this issue. However, the `#define` scheme for Mono changed since
    then, so `PLATFORM_MACOSX` became `HOST_DARWIN`.
    
    This change uses the proper define to correct Unity case 1166108.
    Josh Peterson committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    7df88d5 View commit details
    Browse the repository at this point in the history