Lucas Raab writes: > Currently, devilutionx is broken on arm64 with an immediate crash. Setting > USE_NOBTCFI=Yes allows it to run there and still compiles/runs on amd64 as > well.
If amd64 works fine without it, maybe wrap the assignment in .if ${MACHINE_ARCH} == "aarch64" ?