aports/testing/ldc-runtime-cross
Celeste df866bea66 testing/ldc-runtime-cross: set LDC_WITH_LLD=OFF
CMake errors out without this option specified,
but it is actually referring to LDC bundling
an internal LLD, not LDC using external LLD

The only effect of setting LDC_WITH_LLD=ON
while building the LDC runtime is to add
`-link-internally` to the WASM section of
ldc2.conf, which does not end up in the final
.apk anyway due to CONF_INST_DIR being set to ""
2025-06-07 16:38:19 +00:00
..