Cleanup
Algunas comprobaciones han fallado
Builds / XTChain (linux) (push) Successful in 16s
Builds / XTChain (windows) (push) Failing after -59m49s

Este commit está contenido en:
Aiken Harris 2025-07-07 21:28:54 +02:00 cometido por CodingWorkshop Signing Team
padre 5af8f058bb
commit 243c010b20
Firmado por: CodingWorkshop Signing Team
ID de clave GPG: 6DC88369C82795D2

Ver fichero

@ -87,7 +87,7 @@ cmake_build()
;;
esac
# Build CMake
# Build CMake
echo ">>> Building CMAKE ..."
mkdir -p ${CMAKEDIR}/build-${SYSTEM_NAME}
cd ${CMAKEDIR}/build-${SYSTEM_NAME}
@ -193,10 +193,9 @@ llvm_build()
..
ninja install/strip
cd ${WRKDIR}
#-DLLVM_NATIVE_TOOL_DIR=/usr/sbin
}
# This function downloads LLVM from VCS
# This function downloads LLVM from VCS
llvm_fetch()
{
if [ ! -d ${LLVMDIR} ]; then