Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jan 18, 2024
1 parent 651d789 commit 7b0285e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sys_amd64.s
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)
//go:build darwin || freebsd || linux

#include "textflag.h"
#include "abi_amd64.h"
Expand Down
2 changes: 1 addition & 1 deletion sys_arm64.s
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) || windows
//go:build darwin || freebsd || linux || windows

#include "textflag.h"
#include "go_asm.h"
Expand Down

0 comments on commit 7b0285e

Please sign in to comment.