summaryrefslogtreecommitdiff
path: root/ext/win32ole/extconf.rb
diff options
context:
space:
mode:
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/