Skip to content

Commit eaecf78

Browse files
MSP-Gregeregon
authored andcommitted
Handle win2019 gcc issue
1 parent f41e084 commit eaecf78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

windows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export async function install(platform, engine, version) {
8989

9090
// windows 2016 and 2019 need ucrt64 installed, 2022 and future images need
9191
// ucrt64 or mingw64 installed, depending on Ruby version
92-
if (((msys2Type === 'ucrt64') || !hasMSYS2PreInstalled) && common.floatVersion(version) >= 2.4) {
92+
if ((msys2Type === 'ucrt64') || (common.floatVersion(version) >= 2.4)) {
9393
await installGCCTools(msys2Type, version)
9494
}
9595

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy