summaryrefslogtreecommitdiff
path: root/ext/win32/extconf.rb
blob: ceab4ef4f4b7759073fdb48962911aee1dd63219 (plain)
1
2
3
4
# frozen_string_literal: false
if $mswin||$mingw||$cygwin
  create_makefile('win32')
end