We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab7156 commit 0a82920Copy full SHA for 0a82920
compiler/rustc_target/Cargo.toml
@@ -19,4 +19,4 @@ rustc_index = { path = "../rustc_index" }
19
[dependencies.object]
20
version = "0.32.0"
21
default-features = false
22
-features = ["elf"]
+features = ["elf", "macho"]
0 commit comments