summarylogtreecommitdiffstats
path: root/rustc_link_lib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rustc_link_lib.patch')
-rw-r--r--rustc_link_lib.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/rustc_link_lib.patch b/rustc_link_lib.patch
new file mode 100644
index 000000000000..4c7c66f74552
--- /dev/null
+++ b/rustc_link_lib.patch
@@ -0,0 +1,13 @@
+diff --git a/build.rs b/build.rs
+index 9145fa6..f42c53e 100644
+--- a/build.rs
++++ b/build.rs
+@@ -19,6 +19,8 @@ fn platform_specific() {}
+ fn main() {
+ platform_specific();
+
++ println!("cargo:rustc-link-lib=static=info");
++
+ let dir_name = "resource";
+ let profile = env::var("PROFILE").unwrap();
+