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