From a52442f27ea7892be7491cf692b4f64462c83155 Mon Sep 17 00:00:00 2001 From: suke Date: Mon, 3 Jun 2002 11:44:08 +0000 Subject: change PLATFORM with RUBY_PLATFORM. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/win32ole/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/win32ole/extconf.rb') diff --git a/ext/win32ole/extconf.rb b/ext/win32ole/extconf.rb index 4abfd3c62f..f627fcabb4 100644 --- a/ext/win32ole/extconf.rb +++ b/ext/win32ole/extconf.rb @@ -15,7 +15,7 @@ def create_win32ole_makefile end end -case PLATFORM +case RUBY_PLATFORM when /mswin32/ $CFLAGS='/W3' when /mingw/ -- cgit v1.2.3