From d13073474f141df5f62f406858a107a0a317b10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Garramu=C3=B1o?= Date: Thu, 8 Feb 2024 19:00:35 -0300 Subject: [PATCH] WIP --- etc/windows_prepare.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etc/windows_prepare.sh b/etc/windows_prepare.sh index c455c8ff3..c74b76049 100755 --- a/etc/windows_prepare.sh +++ b/etc/windows_prepare.sh @@ -11,13 +11,5 @@ if [[ -e /usr/bin/link.exe ]]; then run_cmd mv /usr/bin/link.exe /usr/bin/link_msys.exe fi -if [[ 1 ]]; then - echo "Installing meson....." - cd $BUILD_DIR - wget -c https://github.com/mesonbuild/meson/releases/download/1.3.1/meson-1.3.1-64.msi - cmd.exe //c msiexec -i "$BUILD_DIR/meson-1.3.1-64.msi" -quiet -qn -norestart - echo "Installed meson....." -fi - . windows/envvars/envvars.sh