mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
[ruby/psych] Remove unknown
vendor for cross-compiling tool prefix
a4ffa06646
This commit is contained in:
parent
663c297e34
commit
217cea7812
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if yaml_source
|
|||
Dir.mkdir(yaml) unless File.directory?(yaml)
|
||||
unless system(yaml_configure, "-q",
|
||||
"--enable-#{$enable_shared || !$static ? 'shared' : 'static'}",
|
||||
"--host=#{RbConfig::CONFIG['host']}",
|
||||
"--host=#{RbConfig::CONFIG['host'].sub(/-unknown-/, '-')}",
|
||||
*(["CFLAGS=-w"] if RbConfig::CONFIG["GCC"] == "yes"),
|
||||
chdir: yaml)
|
||||
raise "failed to configure libyaml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue