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