]> git.lizzy.rs Git - rust.git/blobdiff - src/libextra/unicode.rs
Register new snapshots
[rust.git] / src / libextra / unicode.rs
index cd8c9cd6ab52536ff1df845a4b548d6532f1ceca..094a4b02a249fe877fd34e1d98c0736230151fbe 100644 (file)
@@ -161,7 +161,7 @@ pub mod libicu {
         use unicode::icu::*;
 
         // #[link_name = "icuuc"]
-        #[link_args = "-licuuc"]
+        #[link(name = "icuuc")]
         extern {
             pub fn u_hasBinaryProperty(c: UChar32, which: UProperty) -> UBool;
             pub fn u_isdigit(c: UChar32) -> UBool;