From 243c010b208089318bdf8e8273ad62e2c2a44e10 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Mon, 7 Jul 2025 21:28:54 +0200 Subject: [PATCH] Cleanup --- build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 7a76485..94a39e3 100755 --- a/build.sh +++ b/build.sh @@ -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