Skip to content

Commit

Permalink
Merge pull request #58 from FrameworkComputer/static-crt
Browse files Browse the repository at this point in the history
framework_tool: Statically link CRT
  • Loading branch information
JohnAZoidberg authored Oct 21, 2024
2 parents 235d6af + 1247f2b commit 12482ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions framework_tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ windows = ["framework_lib/windows"]
[dependencies.framework_lib]
path = "../framework_lib"
default-features = false

[build-dependencies]
static_vcruntime = "2.0"
3 changes: 3 additions & 0 deletions framework_tool/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
static_vcruntime::metabuild();
}

0 comments on commit 12482ad

Please sign in to comment.