mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Revert change of "mingw-ucrt" platform string
... of commit00176cd40f
. The reverted change was made only for constistency, as discussed in https://github.com/ruby/ruby/pull/11358#issuecomment-2282222369 But the platform string "mingw-ucrt" should not be changed. It is used as RUBY_PLATFORM and as the rubygems platform, so that there should be a good reason to change the name of an established platform. "mingw-ucrt" was introduced intentionally in commit576b2e64cd
. Related to GH-11358
This commit is contained in:
parent
00e2e24e6f
commit
eedf6c35b3
Notes:
git
2024-08-13 01:48:51 +00:00
Merged: https://github.com/ruby/ruby/pull/11364 Merged-By: XrXr
1 changed files with 1 additions and 1 deletions
|
@ -4424,7 +4424,7 @@ AS_IF([test "${universal_binary-no}" = yes ], [
|
|||
AC_DEFINE_UNQUOTED(RUBY_PLATFORM, "universal." RUBY_PLATFORM_CPU "-" RUBY_PLATFORM_OS)
|
||||
], [
|
||||
AS_IF([test "${target_os}-${rb_cv_msvcrt}" = "mingw32-ucrt" ], [
|
||||
arch="${target_cpu}-${target_os}-ucrt"
|
||||
arch="${target_cpu}-mingw-ucrt"
|
||||
], [
|
||||
arch="${target_cpu}-${target_os}"
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue