* tool/mkrunnable.rb: see build_os instead of target arch for
  cross-compiling.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-08-09 14:46:53 +00:00
Родитель 50f3d3feb5
Коммит 402edc568a
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,7 @@
Thu Aug 9 23:46:47 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
Thu Aug 9 23:46:51 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* tool/mkrunnable.rb: see build_os instead of target arch for
cross-compiling.
* configure.in (MINIRUBY): use real path for include path.

Просмотреть файл

@ -34,7 +34,7 @@ end
alias ln_dir_safe ln_safe
if /mingw|mswin/ =~ RUBY_PLATFORM
if /mingw|mswin/ =~ RbConfig::CONFIG["build_os"]
extend Mswin
end