Skip to content

Commit

Permalink
fix(api/build/v8): Link more missing libs on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Oct 16, 2024
1 parent d213b5a commit 878777e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/api/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ fn main() {
} else if cfg!(target_os = "windows") {
/* do nothing */
println!("cargo:rustc-link-lib=winmm");
println!("cargo:rustc-link-lib=dbghelp");
println!("cargo:rustc-link-lib=shlwapi");
} else {
println!("cargo:rustc-link-lib=c++");
}
Expand Down

0 comments on commit 878777e

Please sign in to comment.