Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jan 17, 2024
1 parent 5e5a90a commit 651d789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syscall_sysv.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2022 The Ebitengine Authors

//go:build darwin || freebsd || (!cgo && linux && (amd64 || arm64))
//go:build darwin || freebsd || (linux && (amd64 || arm64))

package purego

Expand Down

0 comments on commit 651d789

Please sign in to comment.