Skip to content

Instantly share code, notes, and snippets.

@ugifractal
Created November 17, 2020 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugifractal/9390a05701e6f254a9dd11c44dd4ea4e to your computer and use it in GitHub Desktop.
Save ugifractal/9390a05701e6f254a9dd11c44dd4ea4e to your computer and use it in GitHub Desktop.
install ffi gem
gem install ffi -v ‘1.9.23’ -- --with-ldflags=-L/usr/local/Cellar/libffi/3.3/lib --with-cppflags=-I/usr/local/Cellar/libffi/3.3/include --with-cflags=“-Wno-error=implicit-function-declaration”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment