From c6c5771e50ecc68e6e7f20fa051a7d1b9ba8f96a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 Apr 2003 23:39:32 +0000 Subject: * ext/zlib/extconf.rb: bccwin32 is win32 too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/zlib/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zlib') diff --git a/ext/zlib/extconf.rb b/ext/zlib/extconf.rb index a1a28bb078..bf3349a65d 100644 --- a/ext/zlib/extconf.rb +++ b/ext/zlib/extconf.rb @@ -22,7 +22,7 @@ if %w'z libz zlib'.find {|z| have_library(z, 'deflateReset')} and os_code = 'AMIGA' when /\Aos2[\-_]emx\z/ then os_code = 'OS2' - when 'mswin32', 'mingw32' then + when 'mswin32', 'mingw32', 'bccwin32' then # NOTE: cygwin should be regarded as Unix. os_code = 'WIN32' else -- cgit v1.2.3