Skip to content

Commit

Permalink
Added missing keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Apr 20, 2024
1 parent 38cfe88 commit 33787ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions platform/frt/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def configure(env):
if env['frt_cross'] != 'no':
if env['frt_cross'] == 'auto':
triple = {
'arm32v6': 'arm-linux-gnueabihf',
'arm32v7': 'arm-linux-gnueabihf',
'arm64v8': 'aarch64-linux-gnu',
}[env['frt_arch']]
Expand Down
1 change: 1 addition & 0 deletions platform/frt_sdl/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def configure_cross(env):
return
if env['frt_cross'] == 'auto':
triple = {
'arm32v6': 'arm-linux-gnueabihf',
'arm32v7': 'arm-linux-gnueabihf',
'arm64v8': 'aarch64-linux-gnu',
}[env['frt_arch']]
Expand Down

0 comments on commit 33787ab

Please sign in to comment.