Specific static library / shared library / header path on OSX

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"
posted @ 2022-11-13 10:25  wangha  阅读(17)  评论(0编辑  收藏  举报