File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -271,5 +271,6 @@ fn main() {
271
271
if target. contains ( "windows-gnu" ) {
272
272
println ! ( "cargo:rustc-link-lib=static-nobundle=gcc_s" ) ;
273
273
println ! ( "cargo:rustc-link-lib=static-nobundle=pthread" ) ;
274
+ println ! ( "cargo:rustc-link-lib=dylib=uuid" ) ;
274
275
}
275
276
}
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
+ #![ feature( static_nobundle) ]
12
+
11
13
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
12
14
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
13
15
html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
You can’t perform that action at this time.
0 commit comments