mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
configure.ac: fix build_os name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3859b77be1
commit
c4e832bf6f
1 changed files with 1 additions and 1 deletions
|
@ -3038,7 +3038,7 @@ AS_IF([test x"$cross_compiling" = xyes], [
|
|||
RUNRUBY_COMMAND='$(MINIRUBY) $(srcdir)/tool/runruby.rb --extout=$(EXTOUT) $(RUNRUBYOPT)'
|
||||
RUNRUBY='$(RUNRUBY_COMMAND) --'
|
||||
XRUBY='$(RUNRUBY)'
|
||||
AS_CASE(["$HAVE_BASERUBY:$build_os"], [no:*|*:msys*], [BOOTSTRAPRUBY='$(MINIRUBY)'])
|
||||
AS_CASE(["$HAVE_BASERUBY:$build_os"], [no:*|*:mingw*], [BOOTSTRAPRUBY='$(MINIRUBY)'])
|
||||
TEST_RUNNABLE=yes
|
||||
CROSS_COMPILING=no
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue