From 839cf3de1a4e3805389629341558533e71fc51f8 Mon Sep 17 00:00:00 2001
From: Noratrieb <48135649+Noratrieb@users.noreply.github.com>
Date: Sun, 27 Jul 2025 17:04:43 +0200
Subject: [PATCH] sad
---
before.html | 2 +-
build.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/before.html b/before.html
index d72cce0..3bfea39 100644
--- a/before.html
+++ b/before.html
@@ -14,7 +14,7 @@
diff --git a/build.sh b/build.sh
index f715f0e..9ca19a9 100755
--- a/build.sh
+++ b/build.sh
@@ -12,7 +12,7 @@ cd rust
--set llvm.download-ci-llvm=true \
--set rust.download-rustc=true
-targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-msvc aarch64-apple-darwin)
+targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-gnu aarch64-apple-darwin)
# bootstrap uses this var to perform CI detection :(
unset CI