On Wed, 20 Mar 2024 16:20:36 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> In [JDK-8328157](https://bugs.openjdk.org/browse/JDK-8328157), I rewrote the > logic to replace -MD with -MT for compiling on Windows. Unfortunately, I > mistakenly set -MT for all compilers, not just for visual studio. This pull request has now been integrated. Changeset: 70067901 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/700679011e5e9191f5170209454d35cc82953362 Stats: 8 lines in 1 file changed: 0 ins; 0 del; 8 mod 8328628: JDK-8328157 incorrectly sets -MT on all compilers in jdk.jpackage Reviewed-by: erikj, jwaters ------------- PR: https://git.openjdk.org/jdk/pull/18401