修复无法使用 macOS aarch64 JRE 启动部分版本的问题 (#2222)

This commit is contained in:
Glavo
2023-05-10 20:08:53 +08:00
committed by GitHub
parent c6afd53e73
commit 9d54ddf456

View File

@@ -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) {