Skip to content

Commit

Permalink
Merge pull request #50 from FrameworkComputer/static-vcruntime
Browse files Browse the repository at this point in the history
windows: Statically link vcruntime DLL
  • Loading branch information
JohnAZoidberg authored Jun 28, 2023
2 parents 818691b + 1861d05 commit 423796c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inputmodule-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ rand = "0.8.5"
vis-core = { git = 'https://github.com/Rahix/visualizer2.git', rev = '1fe908012a9c156695921f3b6bb47178e1332b92', optional = true }
[features]
audio-visualizations = ["vis-core"]

[build-dependencies]
static_vcruntime = "2.0"
3 changes: 3 additions & 0 deletions inputmodule-control/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 423796c

Please sign in to comment.