Skip to content

Commit

Permalink
Merge pull request #218 from CamberLoid/Camber-patch-01
Browse files Browse the repository at this point in the history
Fix build failure on riscv64 caused by missing syscall
  • Loading branch information
xxxserxxx authored Sep 16, 2024
2 parents bf1074e + 658926b commit 06c04f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logging/logging_other.go → logging/logging_dup2.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build linux,!arm64 openbsd,!arm64 freebsd darwin
// +build linux,!arm64,!riscv64 openbsd,!arm64 freebsd darwin

package logging

Expand Down
2 changes: 1 addition & 1 deletion logging/logging_arm64.go → logging/logging_dup3.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !freebsd,!darwin,arm64
// +build !freebsd,!darwin,arm64 linux,riscv64

package logging

Expand Down

0 comments on commit 06c04f5

Please sign in to comment.