aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-19 20:23:58 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-09 16:01:01 +0900
commit22939382a897af32d9899fafedd5be807b0d555b (patch)
tree21003eb21b6eef945505b6e2776d4dbe5d3df19c /win32
parente2ef85b1090d8806f6b68e2fa93d929d02e543b5 (diff)
downloadruby-22939382a897af32d9899fafedd5be807b0d555b.tar.gz
[Bug #18286] Make builtin binary if sharable in universal binaries
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index ab1e46a4b0..3d4bbc87e8 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -433,8 +433,10 @@ THREAD_IMPL_SRC = thread_$(THREAD_MODEL).c
!if "$(CROSS_COMPILING)" == "yes"
PREP = $(arch)-fake.rb
+BUILTIN_BINARY = no
!else
PREP = miniruby$(EXEEXT)
+BUILTIN_BINARY = yes
!endif
!if !defined(EXTSTATIC)