Commit 8262f2a
authored
Fix -sMIN_NODE_VERSION=-1 -sENVIRONMENT=web to build without errors. (#25471)
Users might "double-disable" Node.js support by setting both
`-sENVIRONMENT=web` (no Node.js), and `-sMIN_NODE_VERSION=-1` (set Node
to unsupported).
But Emscripten complained about this not being allowed. Let this
combination pass.1 parent a623177 commit 8262f2a
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14338 | 14338 | | |
14339 | 14339 | | |
14340 | 14340 | | |
| 14341 | + | |
| 14342 | + | |
| 14343 | + | |
| 14344 | + | |
| 14345 | + | |
| 14346 | + | |
| 14347 | + | |
14341 | 14348 | | |
14342 | 14349 | | |
14343 | 14350 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments