Skip to content

Commit

Permalink
Adds loong64 to list of supported archs (Resolves Issue #70855)
Browse files Browse the repository at this point in the history
  • Loading branch information
justledbetter committed Dec 16, 2024
1 parent 4a55095 commit 14bb9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/driver/x11driver/shm_shmopen_syscall.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build (linux || dragonfly) && (amd64 || arm || arm64 || mips64 || mips64le)
//go:build (linux || dragonfly) && (amd64 || arm || arm64 || mips64 || mips64le || loong64)

package x11driver

Expand Down

0 comments on commit 14bb9e2

Please sign in to comment.