Skip to content

Commit

Permalink
Define RbConfig::CONFIG["PKG_CONFIG"], mkmf relies on it
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored and sophie-kaleba committed Jan 17, 2023
1 parent 03e586a commit 4d37d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/truffle/rbconfig.rb
Expand Up @@ -175,6 +175,7 @@ module RbConfig
'optflags' => optflags,
'OUTFLAG' => '-o ',
'PATH_SEPARATOR' => File::PATH_SEPARATOR.dup,
'PKG_CONFIG' => 'pkg-config',
'prefix' => prefix,
'RANLIB' => ranlib,
'RM' => 'rm -f',
Expand Down

0 comments on commit 4d37d8a

Please sign in to comment.