We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1366c74 commit 00eaa57Copy full SHA for 00eaa57
1 file changed
src/dist/pkg.rs
@@ -20,6 +20,7 @@ use std::str;
20
21
use crate::errors::*;
22
23
+#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
24
pub use self::toolchain_imp::*;
25
26
pub trait ToolchainPackager: Send {
0 commit comments