summaryrefslogtreecommitdiff
path: root/tool/mkrunnable.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 01:43:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 01:43:09 +0000
commit2ae30c3fa212e979f950e8e7bbcadf0334e671d4 (patch)
treed900fee7e50743b908f46480f2f1a734e859d495 /tool/mkrunnable.rb
parent0094cd8c6413a6af824ef2f25f143a626af4aa52 (diff)
* tool/mkrunnable.rb: fix for native mswin compile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/mkrunnable.rb')
-rwxr-xr-xtool/mkrunnable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mkrunnable.rb b/tool/mkrunnable.rb
index dda49ed769..82de4eee13 100755
--- a/tool/mkrunnable.rb
+++ b/tool/mkrunnable.rb
@@ -36,7 +36,7 @@ end
alias ln_dir_safe ln_safe
-if /mingw|mswin/ =~ CROSS_COMPILING
+if /mingw|mswin/ =~ (CROSS_COMPILING || RUBY_PLATFORM)
extend Mswin
end