internal/gamepaddb: bug fix: typo

Closes #3148
This commit is contained in:
Hajime Hoshi 2024-10-26 19:05:39 +09:00
parent 9127c30223
commit e6b8ebe8a2
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
// Code generated by gen.go using 'go generate'. DO NOT EDIT.
//go:build darwing && !ios
//go:build darwin && !ios
package gamepaddb

View File

@ -113,7 +113,7 @@ func run() error {
},
"Mac OS X": {
filenameSuffix: "macos",
buildConstraints: "//go:build darwing && !ios",
buildConstraints: "//go:build darwin && !ios",
},
"Linux": {
filenameSuffix: "linbsd",