Skip to content

Instantly share code, notes, and snippets.

@hopsoft
Created December 30, 2018 15:23
Show Gist options
  • Save hopsoft/4944d9c9ef85c5adfa29034b90a86222 to your computer and use it in GitHub Desktop.
Save hopsoft/4944d9c9ef85c5adfa29034b90a86222 to your computer and use it in GitHub Desktop.
Install ffi ruby gem on mac osx
brew link libffi --force
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
gem install ffi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment