summaryrefslogtreecommitdiff
path: root/ext/Win32API/extconf.rb
blob: f8d78e14659af907a98fd4609c058bb9e9ea4c7b (plain)
1
2
3
4
5
6
7
case RUBY_PLATFORM
when /cygwin/,/mingw/
  $CFLAGS = "-fno-defer-pop"
  create_makefile("Win32API")
when /win32/
  create_makefile("Win32API")
end