Navigation Menu

Skip to content

Commit

Permalink
[ruby/psych] --enable-bundled-libyaml config has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt authored and matzbot committed Oct 7, 2022
1 parent a87de5e commit 94d4bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/psych/extconf.rb
Expand Up @@ -6,7 +6,7 @@
$CPPFLAGS << " -DYAML_DECLARE_STATIC"
end

yaml_source = with_config("libyaml-source-dir") || enable_config("bundled-libyaml", false)
yaml_source = with_config("libyaml-source-dir")
unless yaml_source # default to pre-installed libyaml
pkg_config('yaml-0.1')
dir_config('libyaml')
Expand Down

0 comments on commit 94d4bea

Please sign in to comment.