summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2026-04-20 14:34:15 +0200
committerDavid Lönnhager <david.l@mullvad.net>2026-04-20 18:04:06 +0200
commit7a72e78518620f8eb14b7d9c1fd8f9e434931484 (patch)
treee2b9b43a6779748e5980dcaca375ac14762e2110
parentbfbf7dada21db422ef7dd7906da8ac3d0953b306 (diff)
downloadmullvadvpn-7a72e78518620f8eb14b7d9c1fd8f9e434931484.tar.xz
mullvadvpn-7a72e78518620f8eb14b7d9c1fd8f9e434931484.zip
Add correct Windows targets in setup-rust script
-rwxr-xr-xscripts/setup-rust2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup-rust b/scripts/setup-rust
index 2c5a5b3f67..edd1195ad1 100755
--- a/scripts/setup-rust
+++ b/scripts/setup-rust
@@ -16,7 +16,7 @@ ANDROID_COMPONENTS="rust-analyzer"
IOS_TARGETS="aarch64-apple-ios-sim aarch64-apple-ios x86_64-apple-ios"
IOS_COMPONENTS="rust-analyzer"
-WINDOWS_TARGETS="x86_64-pc-windows-msvc x86_64-pc-windows-gnu i686-pc-windows-msvc"
+WINDOWS_TARGETS="x86_64-pc-windows-msvc aarch64-pc-windows-msvc i686-pc-windows-msvc"
WINDOWS_COMPONENTS="rust-analyzer"
LINUX_TARGETS="aarch64-unknown-linux-gnu x86_64-unknown-linux-gnu"