You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"unsupported target: only linux and macos are currently supported by maplibre-native"
@@ -246,27 +246,10 @@ fn build_mln() {
246
246
}
247
247
}
248
248
249
-
println!("cargo:rustc-link-lib=sqlite3");
250
-
println!("cargo:rustc-link-lib=uv");
251
-
println!("cargo:rustc-link-lib=icuuc");
252
-
println!("cargo:rustc-link-lib=icui18n");
253
-
//println!("cargo:rustc-link-lib=nu"); // todo add to docs => git clone https://bitbucket.org/alekseyt/nunicode.git && cmake . && make && sudo make install
0 commit comments