Skip to content

Commit 5c43594

Browse files
authored
Merge pull request #319 from oasisprotocol/jberci/fix/rofl-target
2 parents 4ef34b3 + 2fc120d commit 5c43594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/rofl/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var (
110110

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

0 commit comments

Comments
 (0)