mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Workaround for installation failures on macOS
This commit is contained in:
parent
7af7a539bc
commit
26888d5e03
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
# Used by the "make install" target to install Ruby.
|
# Used by the "make install" target to install Ruby.
|
||||||
# See common.mk for more details.
|
# See common.mk for more details.
|
||||||
|
|
||||||
|
ENV["SDKROOT"] ||= "" if /darwin/ =~ RUBY_PLATFORM
|
||||||
|
|
||||||
begin
|
begin
|
||||||
load "./rbconfig.rb"
|
load "./rbconfig.rb"
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue