internal/glfw/glfw: fix build tags

This commit is contained in:
Hajime Hoshi 2023-07-08 13:59:51 +09:00
parent f8d8d7a231
commit bc2b373bca
11 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2012 The glfw3-go Authors
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
//go:build !windows
//go:build darwin || freebsd || linux || netbsd || openbsd
package glfw

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2012 The glfw3-go Authors
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
//go:build !windows
//go:build darwin || freebsd || linux || netbsd || openbsd
package glfw

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2012 The glfw3-go Authors
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
//go:build !windows
//go:build darwin || freebsd || linux || netbsd || openbsd
package glfw

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2012 The glfw3-go Authors
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
//go:build !windows
//go:build darwin || freebsd || linux || netbsd || openbsd
package glfw

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2012 The glfw3-go Authors
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
//go:build !windows
//go:build darwin || freebsd || linux || netbsd || openbsd
package glfw

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2012 The glfw3-go Authors
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
//go:build !windows
//go:build darwin || freebsd || linux || netbsd || openbsd
package glfw

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2012 The glfw3-go Authors
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
//go:build !windows
//go:build darwin || freebsd || linux || netbsd || openbsd
package glfw

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2012 The glfw3-go Authors
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
//go:build (linux && wayland) || (freebsd && wayland) || (netbsd && wayland) || (openbsd && wayland)
//go:build (freebsd || linux || netbsd || openbsd) && wayland
package glfw

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2012 The glfw3-go Authors
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
//go:build (linux && !wayland) || (freebsd && !wayland) || (netbsd && !wayland) || (openbsd && !wayland)
//go:build (freebsd || linux || netbsd || openbsd) && !wayland
package glfw

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2012 The glfw3-go Authors
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
//go:build !windows
//go:build darwin || freebsd || linux || netbsd || openbsd
package glfw

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2012 The glfw3-go Authors
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
//go:build !windows
//go:build darwin || freebsd || linux || netbsd || openbsd
package glfw