Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carimatics/8c731079ff5843491ddf173d9e1cfade to your computer and use it in GitHub Desktop.
Save carimatics/8c731079ff5843491ddf173d9e1cfade to your computer and use it in GitHub Desktop.
PATH=/usr/local/opt/openssl/bin:$PATH \
LD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$LD_LIBRARY_PATH \
CPATH=/usr/local/opt/openssl/include:$CPATH \
LDFLAGS=-L/usr/local/opt/openssl/lib \
CPPFLAGS=-I/usr/local/opt/openssl/include \
PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig:$PKG_CONFIG_PATH \
carton install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment