mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
f932089951
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>