1
0
Fork 0
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:
Nobuyoshi Nakada 2021-04-15 18:07:23 +09:00
parent 7af7a539bc
commit 26888d5e03
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -3,6 +3,8 @@
# Used by the "make install" target to install Ruby.
# See common.mk for more details.
ENV["SDKROOT"] ||= "" if /darwin/ =~ RUBY_PLATFORM
begin
load "./rbconfig.rb"
rescue LoadError