Skip to content

Commit a2020f9

Browse files
committed
* lib/mkmf.rb: typo fix(RUBY_PLAT_FORM -> RUBY_PLATFORM).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 698e61a commit a2020f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mkmf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def create_makefile(target, srcprefix = nil)
591591
install_files(mfile, $INSTALLFILES, SITEINSTALL_DIRS, srcprefix)
592592

593593
unless /mswin32/ =~ RUBY_PLATFORM
594-
if /bccwin32/ =~ RUBY_PLAT_FORM
594+
if /bccwin32/ =~ RUBY_PLATFORM
595595
src = '$(<:\\=/)'
596596
else
597597
src = '$<'

0 commit comments

Comments
 (0)