Skip to content

Commit

Permalink
Merge pull request #319 from oasisprotocol/jberci/fix/rofl-target
Browse files Browse the repository at this point in the history
  • Loading branch information
jberci authored Nov 15, 2024
2 parents 4ef34b3 + 2fc120d commit 5c43594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rofl/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ var (

// First build for the default target.
fmt.Println("Building ELF binary...")
elfPath, err := cargo.Build(true, "x86_64-unknown-linux-musl", features)
elfPath, err := cargo.Build(true, "x86_64-unknown-linux-gnu", features)
if err != nil {
cobra.CheckErr(fmt.Errorf("failed to build ELF binary: %w", err))
}
Expand Down

0 comments on commit 5c43594

Please sign in to comment.