CandyMi
Results
3
comments of
CandyMi
@Nuctori 好建议, 可以提个PR增加支持.
First, If you need to rely on third-party libraries, then `RPATH` should add some search paths, such as: `/usr/local` or `/usr/local/opt`, etc. Secondly, since we all think that `xxhash` is...
`-Wl,-rpath` specifies that the dynamic library will be `searched for dependent library path` only when it is `run or imported`. Previously, I suggested to use `find_package` to check dependent libraries...