Skip to content

Commit

Permalink
feat: statically link CRT
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Aug 15, 2023
1 parent d846f25 commit fa86058
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[build]
target = "i686-pc-windows-msvc"

[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
8 changes: 8 additions & 0 deletions .changes/static-crt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"nsis-tauri-utils": "patch"
"nsis-download": "patch"
"nsis-process": "patch"
"nsis-semvercompare": "patch"
---

Statically link CRT.

0 comments on commit fa86058

Please sign in to comment.