Skip to content

Commit

Permalink
ci: static vcruntime for Windows native build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed Sep 15, 2022
1 parent d137675 commit 784b044
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions html-parser/plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
core = { path = "../core" }

# Allow running Deno DOM Native in a Windows Sandbox
[build-dependencies]
static_vcruntime = "2.0"
3 changes: 3 additions & 0 deletions html-parser/plugin/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 784b044

Please sign in to comment.