Files
intel-linux-sgx/external/cbor
Mateusz Bronk f932089951 [build][w/a] Prevent libcbor build from stomping on output directory
The Makefile in `external/cbor` has a conditional logic (per comment: CentOS-specific), 
which is attempting to move output subdirectory (`(...)/lib`) to a 64-bit-specific one (`(...)/lib64`).
In case the target exists, a stomp was attempted (and prevented due to non-forceful `mv` use).

This workaround is appending to destination instead.

---------

Signed-off-by: Mateusz Bronk <mateusz.bronk@intel.com>
2026-02-06 07:22:49 +01:00
..