mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
a971e32ec1
commit
aef7b0dd38
@ -874,7 +874,7 @@ func main() {
|
||||
buildTag := ""
|
||||
switch path {
|
||||
case filepath.Join("internal", "glfw", "keys.go"):
|
||||
buildTag = "//go:build !js"
|
||||
buildTag = "//go:build darwin || freebsd || linux || netbsd || openbsd || windows"
|
||||
case filepath.Join("internal", "ui", "keys_mobile.go"):
|
||||
buildTag = "//go:build android || ios"
|
||||
case filepath.Join("internal", "ui", "keys_glfw.go"):
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !js && !windows
|
||||
//go:build darwin || freebsd || linux || netbsd || openbsd
|
||||
|
||||
package glfw
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !js
|
||||
//go:build darwin || freebsd || linux || netbsd || openbsd || windows
|
||||
|
||||
package glfw
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !windows && !js
|
||||
//go:build darwin || freebsd || linux || netbsd || openbsd
|
||||
|
||||
package glfw
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
// Code generated by genkeys.go using 'go generate'. DO NOT EDIT.
|
||||
|
||||
//go:build !js
|
||||
//go:build darwin || freebsd || linux || netbsd || openbsd || windows
|
||||
|
||||
package glfw
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !windows && !js
|
||||
//go:build darwin || freebsd || linux || netbsd || openbsd
|
||||
|
||||
package glfw
|
||||
|
Loading…
Reference in New Issue
Block a user