Skip to content

Commit

Permalink
internal/gamepaddb: bug fix: typo
Browse files Browse the repository at this point in the history
Closes #3148
  • Loading branch information
hajimehoshi committed Oct 26, 2024
1 parent 9127c30 commit e6b8ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/gamepaddb/db_macos.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/gamepaddb/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e6b8ebe

Please sign in to comment.