Skip to content

Commit 423796c

Browse files
Merge pull request #50 from FrameworkComputer/static-vcruntime
windows: Statically link vcruntime DLL
2 parents 818691b + 1861d05 commit 423796c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: inputmodule-control/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ rand = "0.8.5"
2020
vis-core = { git = 'https://github.com/Rahix/visualizer2.git', rev = '1fe908012a9c156695921f3b6bb47178e1332b92', optional = true }
2121
[features]
2222
audio-visualizations = ["vis-core"]
23+
24+
[build-dependencies]
25+
static_vcruntime = "2.0"

Diff for: inputmodule-control/build.rs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
static_vcruntime::metabuild();
3+
}

0 commit comments

Comments
 (0)