mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
BOOTSTRAPRUBY needs fake.rb when cross-compiling
This commit is contained in:
parent
7b11247b4d
commit
a01271c1c4
1 changed files with 1 additions and 0 deletions
|
@ -3361,6 +3361,7 @@ AS_IF([test x"$cross_compiling" = xyes], [
|
|||
RUNRUBY_COMMAND='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`'
|
||||
RUNRUBY='$(RUNRUBY_COMMAND)'
|
||||
XRUBY='$(MINIRUBY)'
|
||||
BOOTSTRAPRUBY_COMMAND='$(BOOTSTRAPRUBY) -r./$(arch)-fake'
|
||||
TEST_RUNNABLE=no
|
||||
CROSS_COMPILING=yes
|
||||
AC_DEFINE(CROSS_COMPILING, 1)
|
||||
|
|
Loading…
Reference in a new issue