ruby/ext/win32/extconf.rb

5 строки
89 B
Ruby

# frozen_string_literal: false
if $mswin||$mingw||$cygwin
create_makefile('win32')
end