]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sys/common/args.rs
Add support for the Haiku operating system on x86 and x86_64 machines
[rust.git] / src / libstd / sys / common / args.rs
index fad2c277da417f8f27fa1fe9687e2d949d2929d9..b5330463e30c475cdfc45ed19b99dcf8854d6d9c 100644 (file)
@@ -38,7 +38,8 @@ pub fn clone() -> Option<Vec<Vec<u8>>> { imp::clone() }
           target_os = "netbsd",
           target_os = "openbsd",
           target_os = "solaris",
-          target_os = "emscripten"))]
+          target_os = "emscripten",
+          target_os = "haiku"))]
 mod imp {
     use libc::c_char;
     use mem;