[ruby/psych] Propagate the host configuration to libyaml

https://github.com/ruby/psych/commit/0e37e19707
This commit is contained in:
Nobuyoshi Nakada 2022-03-30 22:51:54 +09:00 коммит произвёл git
Родитель dde164e968
Коммит 75efbb98af
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -41,6 +41,7 @@ if yaml_source
Dir.mkdir(yaml) unless File.directory?(yaml) Dir.mkdir(yaml) unless File.directory?(yaml)
unless system(yaml_configure, "-q", unless system(yaml_configure, "-q",
"--enable-#{$enable_shared || !$static ? 'shared' : 'static'}", "--enable-#{$enable_shared || !$static ? 'shared' : 'static'}",
"--host=#{RbConfig::CONFIG['host']}",
*(["CFLAGS=-w"] if RbConfig::CONFIG["GCC"] == "yes"), *(["CFLAGS=-w"] if RbConfig::CONFIG["GCC"] == "yes"),
chdir: yaml) chdir: yaml)
raise "failed to configure libyaml" raise "failed to configure libyaml"