We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jemalloc
--with-opt-dir
1 parent d0d088b commit 9a1f605Copy full SHA for 9a1f605
1 file changed
share/ruby-install/ruby/functions.sh
@@ -31,6 +31,10 @@ function configure_ruby()
31
brew)
32
opt_dir="$(brew --prefix readline):$(brew --prefix libyaml):$(brew --prefix gdbm)"
33
openssl_dir="$(brew --prefix "openssl@${openssl_version}")"
34
+
35
+ if [[ "${ruby_dependencies[*]}" == *"jemalloc"* ]]; then
36
+ opt_dir="${opt_dir}:$(brew --prefix jemalloc)"
37
+ fi
38
;;
39
port)
40
opt_dir="/opt/local"
0 commit comments