Skip to content

Commit

Permalink
Add assert for stub platform on windows host. (#1906)
Browse files Browse the repository at this point in the history
The stub platform currently can not be compiled on windows and instead
shows cryptic gn errors.

To avoid this confusion, assert when trying to configure stub platform
on a windows host.
  • Loading branch information
jellefoks authored Nov 20, 2023
1 parent 125f471 commit a11bdbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starboard/stub/platform_configuration/configuration.gni
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ no_pedantic_warnings_config_path =
"//starboard/stub/platform_configuration:no_pedantic_warnings"

is_clang_16 = true
assert(!is_host_win, "Stub build is not (yet) supported on windows host")

v8_enable_webassembly = true

0 comments on commit a11bdbe

Please sign in to comment.