Add Windows support and clean up toolchain #10

Merged
harraiken merged 39 commits from multiplatform into master 2025-07-10 12:37:42 +02:00
Showing only changes of commit 243c010b20 - Show all commits

View File

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