diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-08-26 14:04:20 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-08-26 14:04:20 +0800 |
commit | a09352872b2f1a9db452d9cc313088abd5fb75c0 (patch) | |
tree | e65b43e62c02a64b7e01a45442774560bd1186a4 /indra/llplugin/slplugin | |
parent | e902a39a049f2378be0b5ee13595a58cfce2d937 (diff) |
Add sysroot to GLH & Meshoptimizer include paths
When cross-compiling, the host's /usr/local/include would be unsafely
included before. The problem with this was that it leaked other host
library headers unexpectedly, like Boost. The target compilation caught
some function from the host headers which of a newer version, and then
when trying to link to the target libraries, the function wasn't
available yet in the older version.
Diffstat (limited to 'indra/llplugin/slplugin')
0 files changed, 0 insertions, 0 deletions