You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove warning by not calling have_library after pkg_config
pkg_config without the options arguments stores the result in the global
values.
Calling `pkg_config` and `have_library` causes -lffi 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: '-lffi'
0 commit comments