Étienne Barrié 6cd970b428 [ruby/psych] Remove warning by not calling find_library after pkg_config
If pkg_config returns a truthy value, it found the library and added it
to the global values for the Makefile.

Calling `find_library` after a successful `pkg_config` causes -lyaml to
appear twice in the LIBS variable in the resulting Makefile, and causes
ld on macOS to emit a warning:

    $ bundle exec rake compile 2>&1 | grep warning
    ld: warning: ignoring duplicate libraries: '-lyaml'

https://github.com/ruby/psych/commit/cb5e3d465c
2025-09-24 05:55:26 +00:00
..
2025-07-15 07:24:28 +00:00
2025-09-10 05:37:21 +00:00
2025-07-17 11:16:30 +09:00
2025-09-13 17:10:44 +09:00
2025-09-15 13:05:17 +09:00