Ignore:
Timestamp:
Mar 15, 2016, 4:47:30 PM (9 years ago)
Author:
alloc
Message:

Fixed OSX detection for OpenJDK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/PlatformTools/src/net/oni2/platformtools/PlatformInformation.java

    r767 r1033  
    104104                        else if (os.startsWith("linux"))
    105105                                platform = Platform.LINUX;
    106                         else if (os.startsWith("mac"))
     106                        else if (os.startsWith("mac") || os.startsWith("darwin"))
    107107                                platform = Platform.MACOS;
    108108                        else
Note: See TracChangeset for help on using the changeset viewer.