Merge remote-tracking branch 'upstream/javafx' into helpButton

This commit is contained in:
2573874409@qq.com 2023-05-14 09:08:59 +08:00
commit f753d987d3

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