File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
8
8
} else if target_os == "macos" {
9
9
println ! ( "cargo:rustc-link-lib=icucore" ) ;
10
10
} else if target_os == "linux" {
11
- println ! ( "cargo:rustc-link-lib=static= icuuc" ) ;
12
- println ! ( "cargo:rustc-link-lib=static= icuio" ) ;
13
- println ! ( "cargo:rustc-link-lib=static= icudata" ) ;
14
- println ! ( "cargo:rustc-link-lib=static= icui18n" ) ;
11
+ println ! ( "cargo:rustc-link-lib=icuuc" ) ;
12
+ println ! ( "cargo:rustc-link-lib=icuio" ) ;
13
+ println ! ( "cargo:rustc-link-lib=icudata" ) ;
14
+ println ! ( "cargo:rustc-link-lib=icui18n" ) ;
15
15
} else {
16
16
todo ! ( "BAD OS" )
17
17
}
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ fn main() {
6
6
} else if target_os == "macos" {
7
7
println ! ( "cargo:rustc-link-lib=icucore" ) ;
8
8
} else if target_os == "linux" {
9
- println ! ( "cargo:rustc-link-lib=static= icuuc" ) ;
10
- println ! ( "cargo:rustc-link-lib=static= icuio" ) ;
11
- println ! ( "cargo:rustc-link-lib=static= icudata" ) ;
12
- println ! ( "cargo:rustc-link-lib=static= icui18n" ) ;
9
+ println ! ( "cargo:rustc-link-lib=icuuc" ) ;
10
+ println ! ( "cargo:rustc-link-lib=icuio" ) ;
11
+ println ! ( "cargo:rustc-link-lib=icudata" ) ;
12
+ println ! ( "cargo:rustc-link-lib=icui18n" ) ;
13
13
} else {
14
14
todo ! ( "BAD OS" )
15
15
}
You can’t perform that action at this time.
0 commit comments