首页 > 其他分享 >Specific static library / shared library / header path on OSX

Specific static library / shared library / header path on OSX

时间:2022-11-13 10:35:11浏览次数:48  
标签:OSX library Specific export usr PATH path local

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

相关文章