diff options
Diffstat (limited to 'ext/Win32API/extconf.rb')
| -rw-r--r-- | ext/Win32API/extconf.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Win32API/extconf.rb b/ext/Win32API/extconf.rb deleted file mode 100644 index d7658cfff8..0000000000 --- a/ext/Win32API/extconf.rb +++ /dev/null @@ -1,8 +0,0 @@ -require 'mkmf' - -if have_header("windows.h") and have_library("kernel32") - if Config::CONFIG["CC"] =~ /gcc/ - $CFLAGS += "-fno-defer-pop -fno-omit-frame-pointer" - end - create_makefile("Win32API") -end |
