From ec450550567114338ca93a4b7e5e32a28057f976 Mon Sep 17 00:00:00 2001 From: niansa Date: Wed, 13 Mar 2024 02:55:06 +0100 Subject: [PATCH] Clean up code --- windows.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/windows.sh b/windows.sh index cbb62a8..8ea84a1 100755 --- a/windows.sh +++ b/windows.sh @@ -39,14 +39,6 @@ unzip -q ../ninja-win.zip popd > /dev/null rm *.zip -# Install LLVM toolchain -#echo " -- Installing LLVM toolchain" -#wget -q https://github.com/mstorsjo/llvm-mingw/releases/download/20240308/llvm-mingw-20240308-msvcrt-x86_64.zip -#unzip -q *.zip -#rm *.zip -#mv llvm-mingw-*-x86_64 llvm -#ln -sf "$(pwd)"/llvm/bin/ld.lld llvm/bin/ld - # Install registry file echo " -- Updating PATH environment variable" wine regedit 'Z:\tmp\setup.reg'