mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fallback PKG_CONFIG to the configured pkg-config always
This commit is contained in:
parent
88c12a2937
commit
7f1ca66642
Notes:
git
2022-10-02 17:29:48 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -1866,7 +1866,7 @@ SRC
|
|||
if pkgconfig = with_config("#{pkg}-config") and find_executable0(pkgconfig)
|
||||
# if and only if package specific config command is given
|
||||
elsif ($PKGCONFIG ||=
|
||||
(pkgconfig = with_config("pkg-config", ("pkg-config" unless CROSS_COMPILING))) &&
|
||||
(pkgconfig = with_config("pkg-config", RbConfig::CONFIG["PKG_CONFIG"])) &&
|
||||
find_executable0(pkgconfig) && pkgconfig) and
|
||||
xsystem([*envs, $PKGCONFIG, "--exists", pkg])
|
||||
# default to pkg-config command
|
||||
|
|
Loading…
Reference in a new issue