Add Windows support and clean up toolchain #10

Abierta
harraiken desea fusionar 39 commits de multiplatform en master
Mostrando solo los cambios del commit dc7ad21703 - Mostrar todos los commits

Ver fichero

@ -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