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.
2 parents 4ef34b3 + 2fc120d commit 5c43594Copy full SHA for 5c43594
cmd/rofl/build.go
@@ -110,7 +110,7 @@ var (
110
111
// First build for the default target.
112
fmt.Println("Building ELF binary...")
113
- elfPath, err := cargo.Build(true, "x86_64-unknown-linux-musl", features)
+ elfPath, err := cargo.Build(true, "x86_64-unknown-linux-gnu", features)
114
if err != nil {
115
cobra.CheckErr(fmt.Errorf("failed to build ELF binary: %w", err))
116
}
0 commit comments