aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-21 20:19:49 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-21 20:21:18 +0900
commitf100c6477ab0a3c49e3256c4eb8efe312ffd0198 (patch)
tree1b50d900c052a2173ca44158bfee31d292b7c1bb /configure.ac
parent4de54c967549dedc47127c67b9348b5df7732c2b (diff)
downloadruby-f100c6477ab0a3c49e3256c4eb8efe312ffd0198.tar.gz
[Bug #20004] Revert "[Feature #19422] Enable shared by default on macOS"
This reverts commit 9694445051c4192c8f659529133acab253bd0bc3. This change broke our release CI. https://github.com/ruby/actions/actions/runs/6599016994/job/17927644579#step:16:44 Invoking `/Users/runner/work/actions/actions/snapshot-master/ruby -rrubygems /Users/runner/work/actions/actions/snapshot-master/bin/gem --backtrace build lib/bundler/bundler.gemspec` failed with output: ---------------------------------------------------------------------- dyld[42417]: Library not loaded: '/usr/local/lib/libruby.3.3.dylib' Referenced from: '/Users/runner/work/actions/actions/snapshot-master/ruby' Reason: tried: '/usr/local/lib/libruby.3.3.dylib' (no such file), '/usr/lib/libruby.3.3.dylib' (no such file) ----------------------------------------------------------------------
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index e0057d974f..5bac4f0c63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -506,10 +506,7 @@ AS_CASE(["$target_os"],
])
rb_cv_binary_elf=no
: ${enable_shared=yes}
-],
-[darwin*], [
- : ${enable_shared=yes}
-],
+ ],
[hiuxmpp*], [AC_DEFINE(__HIUX_MPP__)]) # by TOYODA Eizi <toyoda@npd.kishou.go.jp>