fix libffi missing in macos code example
Example: 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"
# Add this in your .bash_profile.
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/local/opt/libffi/lib/pkgconfig"