Skip to content

Commit

Permalink
Issue #3 added @retep998 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Resch authored and Max Resch committed Dec 30, 2016
1 parent d4d9c8c commit 0511051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ impl WindowsResource {
}

println!("cargo:rustc-link-search=native={}", output_dir);
println!("cargo:rustc-link-lib=static={}", "resource");
println!("cargo:rustc-link-lib=dylib={}", "resource");
Ok(())
}
}
Expand Down

0 comments on commit 0511051

Please sign in to comment.