Skip to content

Commit

Permalink
Allow starboard to be built with non-starboard toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjanyardi committed Oct 26, 2024
1 parent 875c6d9 commit 1a9aa5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ config("hacky_wnos") {
]
}

if (current_toolchain == starboard_toolchain) {
if (current_toolchain == starboard_toolchain || android) {
# This is the default 'starboard_platform_target'; use default properties
starboard_platform_target("starboard") {
}
Expand Down

0 comments on commit 1a9aa5e

Please sign in to comment.