summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-04-01 20:15:00 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-04-05 22:35:40 +0900
commit97ce030954dab3f219779e235bee53ba408fbaca (patch)
treeef39c14350acc05da48ad2552729a92590dda060 /win32
parentd9c6f8d45c658121dcabb2e26cddb473e907d724 (diff)
Load fake.rb at `BTESTRUBY`
So that `mkmf` checks work from `make run`, and also remove duplicate `$(MINIRUBYOPT)` which is used in `$(MINIRUBY)`.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5747
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 74d9118ab9..9dc5ee6f51 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -385,7 +385,7 @@ BOOTSTRAPRUBY = $(BASERUBY)
BOOTSTRAPRUBY = $(MINIRUBY)
XRUBY = $(RUNRUBY)
!endif
-BTESTRUBY = $(MINIRUBY)
+BTESTRUBY = $(MINIRUBY) -r./$(arch)-fake
!ifndef RUBY
RUBY = ruby
!endif