Skip to content

Commit 2dfcebc

Browse files
committed
Set --with-baseruby explicitly
1 parent 4574011 commit 2dfcebc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

macos/Dependencies/Brewfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ brew "libtool"
44
brew "cmake"
55
brew "automake"
66
brew "autoconf"
7-
brew "pkg-config"
7+
brew "pkg-config"
8+
brew "ruby"

macos/Dependencies/common.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ RUBY_CONFIGURE_ARGS := \
5252
--disable-rubygems \
5353
--disable-install-doc \
5454
--build=$(RBUILD) \
55+
--with-baseruby=/opt/homebrew/opt/ruby \
5556
${EXTRA_RUBY_CONFIG_ARGS}
5657

5758
CONFIGURE := $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)

0 commit comments

Comments
 (0)