Skip to content

Commit ff7d717

Browse files
committed
link?
1 parent 3e83ed8 commit ff7d717

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@ fn main() {
152152
println!("cargo:rustc-link-lib=static=reil");
153153

154154
#[cfg(target_os = "windows")]
155-
println!("cargo:rustc-link-lib=dylib=dbghelp");
155+
{
156+
println!("cargo:rustc-link-lib=dylib=dbghelp");
157+
println!("cargo:rustc-link-lib=dylib=advapi32");
158+
}
156159

157160
println!("cargo:rerun-if-changed=src/");
158161
println!("cargo:rerun-if-changed=src/tinyinst.rs");

0 commit comments

Comments
 (0)