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."