Created
December 23, 2021 11:06
-
-
Save donrestarone/bafecc2d5714191e8f086ae744e8f9e5 to your computer and use it in GitHub Desktop.
rbenv ruby install build flags for M1 (apple silicon) mac
This file contains hidden or 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
CFLAGS="-Wno-error=implicit-function-declaration" RUBY_CONFIGURE_OPTS='--with-readline-dir=/usr/local/opt/readline/' arch -x86_64 rbenv install 2.4.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment