Commit 69306d9
Make --build_wasm_static_lib implicitly enable --build_wasm
When --build_wasm_static_lib is specified, treat --build_wasm as
implicitly enabled. This is done in build_args.py's post-processing
section, before the cmake generator is selected, so that all
downstream logic correctly recognizes this as a wasm build.
The redundant check in build.py is removed since it's now handled
earlier in the argument parsing phase.
Fixes #27313
Co-authored-by: fs-eire <7679871+fs-eire@users.noreply.github.com>1 parent c1f37c4 commit 69306d9
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2346 | 2346 | | |
2347 | 2347 | | |
2348 | 2348 | | |
2349 | | - | |
2350 | | - | |
2351 | | - | |
2352 | 2349 | | |
2353 | 2350 | | |
2354 | 2351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
938 | 942 | | |
939 | 943 | | |
940 | 944 | | |
| |||
0 commit comments