Skip to content

Commit

Permalink
Add assert for stub platform on windows host.
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 committed Nov 3, 2023
1 parent 9c09186 commit 502b5d9
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 502b5d9

Please sign in to comment.