-
-
Save ematta/b0a34a4ef67507e0f9b8631bcc6d8ae2 to your computer and use it in GitHub Desktop.
Fixing libv8 and therubyracer on Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install [email protected] | |
bundle config build.libv8 --with-system-v8 | |
bundle config build.therubyracer --with-v8-dir=$(brew --prefix [email protected]) | |
bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment