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:
parent
ddf96b7693
commit
b93d554be9
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue