aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/win32/console/extconf.rb
blob: 516217289074e288f8ba0ddc4144149d50b512fa (plain)
1
2
3
4
5
# frozen_string_literal: false
if $mingw or $mswin
  require_relative "../../auto_ext.rb"
  auto_ext
end