Skip to content

Commit

Permalink
Add missing android extensions (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Jun 29, 2021
1 parent d31b775 commit 0d98d6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/platform/triple_mappings.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ _SYSTEM_TO_BUILTIN_SYS_SUFFIX = {
}

_SYSTEM_TO_BINARY_EXT = {
"android": "",
"darwin": "",
"emscripten": ".js",
"freebsd": "",
Expand All @@ -92,6 +93,7 @@ _SYSTEM_TO_BINARY_EXT = {
}

_SYSTEM_TO_STATICLIB_EXT = {
"android": ".a",
"darwin": ".a",
"emscripten": ".js",
"freebsd": ".a",
Expand All @@ -103,6 +105,7 @@ _SYSTEM_TO_STATICLIB_EXT = {
}

_SYSTEM_TO_DYLIB_EXT = {
"android": ".so",
"darwin": ".dylib",
"emscripten": ".js",
"freebsd": ".so",
Expand Down

0 comments on commit 0d98d6b

Please sign in to comment.