diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 308371961..c93cb4b7b 100644 --- a/configure.in +++ b/configure.in @@ -688,8 +688,8 @@ if test "$fat_binary" = yes ; then fi if test x"$cross_compiling" = xyes; then - MINIRUBY='ruby -I.. -rprep' - PREP=prep.rb + MINIRUBY="ruby -I`pwd` -rfake" + PREP=fake.rb else MINIRUBY='./miniruby$(EXEEXT)' PREP='' |