Add Windows support and clean up toolchain #10

Scalone
harraiken scala 39 commity/ów z multiplatform do master 2025-07-10 12:37:42 +02:00
Showing only changes of commit dc7ad21703 - Show all commits

Wyświetl plik

@ -487,12 +487,12 @@ wine_build
if [ ${BUILD_MINIMAL} -eq 0 ]; then
# Download and build LLVM
#llvm_fetch
#llvm_build
llvm_fetch
llvm_build
# Download and build CMake
#cmake_fetch
#cmake_build
cmake_fetch
cmake_build
# Download and build Ninja
ninja_fetch