File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,18 @@ fn main() {
43
43
. join( "library" )
44
44
. display( )
45
45
) ;
46
- println ! ( "cargo:rustc-link-lib=static=FleeceStatic" ) ;
46
+ println ! (
47
+ "cargo:rustc-link-search=native={}" ,
48
+ dst. join( "vendor" ) . join( "mbedtls" ) . join( "library" ) . display( )
49
+ ) ;
47
50
println ! ( "cargo:rustc-link-lib=static=LiteCoreStatic" ) ;
51
+ println ! ( "cargo:rustc-link-lib=static=FleeceStatic" ) ;
52
+ println ! ( "cargo:rustc-link-lib=static=Support" ) ;
48
53
println ! ( "cargo:rustc-link-lib=static=SQLite3_UnicodeSN" ) ;
49
54
println ! ( "cargo:rustc-link-lib=static=BLIPStatic" ) ;
50
- println ! ( "cargo:rustc-link-lib=static=Support" ) ;
51
55
println ! ( "cargo:rustc-link-lib=static=mbedcrypto" ) ;
56
+ println ! ( "cargo:rustc-link-lib=static=mbedtls" ) ;
57
+ println ! ( "cargo:rustc-link-lib=static=mbedx509" ) ;
52
58
53
59
if cfg ! ( target_os = "linux" ) {
54
60
println ! ( "cargo:rustc-link-lib=icuuc" ) ;
You can’t perform that action at this time.
0 commit comments