Skip to content

Instantly share code, notes, and snippets.

@ematta
Forked from fernandoaleman/fix-libv8-mac.txt
Created December 23, 2019 02:00
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 ematta/b0a34a4ef67507e0f9b8631bcc6d8ae2 to your computer and use it in GitHub Desktop.
Save ematta/b0a34a4ef67507e0f9b8631bcc6d8ae2 to your computer and use it in GitHub Desktop.
Fixing libv8 and therubyracer on Mac
brew install v8@3.15
bundle config build.libv8 --with-system-v8
bundle config build.therubyracer --with-v8-dir=$(brew --prefix v8@3.15)
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment