Skip to content

Commit

Permalink
fixed mac native loading
Browse files Browse the repository at this point in the history
  • Loading branch information
redrezo committed Jul 24, 2020
1 parent 777fef9 commit 316b616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static boolean isLinux() {
}

public static boolean isMacOs() {
return getOsName().toLowerCase().contains("macos");
return getOsName().toLowerCase().contains("mac");
}

/*package*/ static boolean osgi = false;
Expand Down

0 comments on commit 316b616

Please sign in to comment.