]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_back/target/x86_64_apple_darwin.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / librustc_back / target / x86_64_apple_darwin.rs
index 0b3b2bea62d777cc920f01c2b2776402367de433..89a67da2d8bbcf9b677553c31287036004fd85b2 100644 (file)
@@ -25,6 +25,7 @@ pub fn target() -> Target {
         target_pointer_width: "64".to_string(),
         arch: "x86_64".to_string(),
         target_os: "macos".to_string(),
+        target_env: "".to_string(),
         options: base,
     }
 }