We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4574011 commit 2dfcebcCopy full SHA for 2dfcebc
macos/Dependencies/Brewfile
@@ -4,4 +4,5 @@ brew "libtool"
4
brew "cmake"
5
brew "automake"
6
brew "autoconf"
7
-brew "pkg-config"
+brew "pkg-config"
8
+brew "ruby"
macos/Dependencies/common.make
@@ -52,6 +52,7 @@ RUBY_CONFIGURE_ARGS := \
52
--disable-rubygems \
53
--disable-install-doc \
54
--build=$(RBUILD) \
55
+ --with-baseruby=/opt/homebrew/opt/ruby \
56
${EXTRA_RUBY_CONFIG_ARGS}
57
58
CONFIGURE := $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
0 commit comments