summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-10-21 15:12:41 +0900
committernagachika <nagachika@ruby-lang.org>2022-10-21 15:12:41 +0900
commitc740605d425a472fb9d4451791bd75c327aa7aa5 (patch)
treeeb11805f2691e098a1730dbb180f84fe16a73428 /win32
parent57d14154a2e85bec2a5589810a4aa250b82ab864 (diff)
merge revision(s) 97ce030954dab3f219779e235bee53ba408fbaca:
Load fake.rb at `BTESTRUBY` So that `mkmf` checks work from `make run`, and also remove duplicate `$(MINIRUBYOPT)` which is used in `$(MINIRUBY)`. --- common.mk | 8 ++++---- template/Makefile.in | 3 +-- template/fake.rb.in | 2 ++ win32/Makefile.sub | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-)
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 18871528a7..244725a016 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -389,7 +389,7 @@ BOOTSTRAPRUBY = $(MINIRUBY)
BOOTSTRAPRUBY_OPT =
XRUBY = $(RUNRUBY)
!endif
-BTESTRUBY = $(MINIRUBY)
+BTESTRUBY = $(MINIRUBY) -r./$(arch)-fake
!ifndef RUBY
RUBY = ruby
!endif