Skip to content

Commit

Permalink
fixup: remove less reliable workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 2, 2024
1 parent 4be9ac9 commit 19a5728
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build-windows-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ function build_nsis_plugins {
local nsis_root_path="./windows/nsis-plugins"

clean_solution "$nsis_root_path"

# NOTE: As of Rust 1.83, msbuild uses the wrong
# When this has reached stable Rust, we can remove this:
# https://github.com/rust-lang/cc-rs/issues/1308
cargo build --lib --target i686-pc-windows-msvc --release -p mullvad-nsis

build_solution_config "$nsis_root_path/nsis-plugins.sln" "Release" "x86"
}

Expand Down

0 comments on commit 19a5728

Please sign in to comment.