Skip to content

Instantly share code, notes, and snippets.

@wkoszek
Created August 5, 2018 21:48
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 wkoszek/b10a2651b922f9444c20374244b31377 to your computer and use it in GitHub Desktop.
Save wkoszek/b10a2651b922f9444c20374244b31377 to your computer and use it in GitHub Desktop.
clang *.c \
/usr/local/Cellar/libxml2/2.9.7/lib/libxml2.2.dylib \
/usr/local/Cellar/openssl/1.0.2o_2/lib/libssl.1.0.0.dylib \
/usr/local/Cellar/openssl/1.0.2o_2/lib/libcrypto.1.0.0.dylib \
/usr/local/Cellar/curl/7.61.0/lib/libcurl.4.dylib \
-o lpass \
-I /usr/local/Cellar/openssl/1.0.2o_2/include/ \
-I /usr/local/Cellar/libxml2/2.9.7/include/libxml2/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment