1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

This commit is contained in:
Takashi Kokubun 2022-08-20 18:36:51 -07:00
parent ddf96b7693
commit b93d554be9
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -226,7 +226,7 @@ end
MJITHeader.remove_predefined_macros!(code)
if MJITHeader.windows? # transformation is broken on Windows and the platfor is not supported
if MJITHeader.windows? # transformation is broken on Windows and the platform is not supported
MJITHeader.remove_harmful_macros!(code)
MJITHeader.check_code!(code, cc, cflags, 'initial')
puts "\nSkipped transforming external functions to static on Windows."