1
0
Fork 0
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:
Nobuyoshi Nakada 2022-09-03 21:37:24 +09:00
parent 7b11247b4d
commit a01271c1c4
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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)