We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c1c3b commit b791d62Copy full SHA for b791d62
blacksmith/src/lib.rs
@@ -259,7 +259,7 @@ impl Blacksmith {
259
writeln!(buffer, "---------|--------|------|--------").unwrap();
260
261
for (name, platform) in &self.platforms {
262
- let extensions: &[&str] = if name.contains("windows") {
+ let extensions: &[&str] = if name.contains("windows") && !name.contains("gnullvm") {
263
&["msi", "tar.xz"]
264
} else if name.contains("darwin") {
265
&["pkg", "tar.xz"]
0 commit comments