Answers for "how to fix libffi missing in macos"

0

how to fix libffi missing in macos

# Add this in your .bash_profile.

export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/local/opt/libffi/lib/pkgconfig"
Posted by: Guest on May-02-2020

Code answers related to "how to fix libffi missing in macos"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language