diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-05-08 17:42:54 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-05-08 17:42:54 +0800 |
commit | 390ba2f4fdc8520192182f97d934c9f20367c6a1 (patch) | |
tree | 702bb471694d3f5c97980fec4cfd3f421d6662a6 /indra/llfilesystem | |
parent | d0324be669ac4ec7f63241bbc135d562b600095a (diff) |
GCC needs cstdint header inclusion for it to compile.
include/cef needs to exist first otherwise configuration would fail.
INSTALL_RPATH is needed in try_compile-ing.
PROJECT_ARCH needs to be set on aarch64 to avoid -m64 and
-march(=x86-64) settings which aren't recognised (and wouldn't be
correct) on aarch64.
ENABLE_CXX11_ABI needs to be set ON, otherwise it would use C++ 03's ABI
and cause a linking failure.
Dullahan headers don't seem to be included in the installation upstream,
and dullahan_version.h gets generated only at least after Dullahan
configuration, hence the 2 files copying.
dullahan_host rpath removal is taken out of scope because the Fedora we
support isn't only x86-64 now.
The reindentations are just to make the uniform with the rest in the
file.
Diffstat (limited to 'indra/llfilesystem')
0 files changed, 0 insertions, 0 deletions