修复无法使用 macOS aarch64 JRE 启动部分版本的问题 (#2222)
This commit is contained in:
@@ -71,7 +71,6 @@ public final class NativePatcher {
|
||||
if (!(settings.isUseNativeGLFW() && library.getArtifactId().contains("glfw"))
|
||||
&& !(settings.isUseNativeOpenAL() && library.getArtifactId().contains("openal"))) {
|
||||
LOG.warning("No alternative native library " + library.getName() + " provided for platform " + javaVersion.getPlatform());
|
||||
return version;
|
||||
}
|
||||
newLibraries.add(library);
|
||||
} else if (replacement != null) {
|
||||
|
||||
Reference in New Issue
Block a user