Explorar o código

Build both dynamic and static libraries

Simon Sapin %!s(int64=12) %!d(string=hai) anos
pai
achega
d3d0cb7579
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/url.rs

+ 2 - 1
src/url.rs

@@ -7,7 +7,8 @@
 // except according to those terms.
 
 #![crate_name = "url_"]
-#![crate_type = "lib"]
+#![crate_type = "dylib"]
+#![crate_type = "rlib"]
 #![feature(macro_rules, default_type_params)]
 
 extern crate encoding;