How can I add /usr/local/lib to my clang library search path?
/usr/local/lib
clang
This is what I see when I list my library search paths using clang -Xlin
clang -Xlin
With the -L flag you can add additional paths to your library path.