Static library path
export LIBRARY_PATH="/usr/local/lib"
Shared library or dynamic library path
export DYLD_LIBRARY_PATH="/usr/local/lib"
Header file path
export C_INCLUDE_PATH="/usr/local/include"
标签:OSX,library,Specific,export,usr,PATH,path,local
From: https://www.cnblogs.com/wangha/p/16885506.html