aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole/extconf.rb
diff options
context:
space:
mode:
authorsuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-03 11:44:08 +0000
committersuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-03 11:44:08 +0000
commita52442f27ea7892be7491cf692b4f64462c83155 (patch)
tree270c28fb314fb93d79432d7f74b553487cab3f6f /ext/win32ole/extconf.rb
parent2263dbe022c600fb0a1db2bbf968bfce5de65aa2 (diff)
downloadruby-a52442f27ea7892be7491cf692b4f64462c83155.tar.gz
change PLATFORM with RUBY_PLATFORM.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/win32ole/extconf.rb')
-rw-r--r--ext/win32ole/extconf.rb2
1 files changed, 1 insertions, 1 deletions
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/