mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
scrollbar on wall-of-texts
This commit is contained in:
@@ -78,7 +78,7 @@ public class Principii {
|
||||
if (OS.contains("WIN")) {
|
||||
runtimeRoot = "runtime-windows-" + runtimeArch;
|
||||
}
|
||||
else if (OS.contains("OS X") || OS.contains("MACOS")) { // OpenJDK for mac will still report "Mac OS X" with version number "10.16", even on Big Sur and beyond
|
||||
else if (OS.contains("OS X") || OS.contains("MACOS")) { // OpenJDK for mac will still report "Mac OS X" with version number "10.16", "11.x", "12.x", "13.x", ...
|
||||
runtimeRoot = "runtime-osx-" + runtimeArch;
|
||||
extracmd0 += " -XstartOnFirstThread";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user