Skip to content

Commit

Permalink
Don't install java when installing windows sdk
Browse files Browse the repository at this point in the history
We use the native version of closure compiler these days so we don't
need to install java on windows IIUC.

See emscripten-core/emscripten#20919
  • Loading branch information
sbc100 committed Dec 15, 2023
1 parent 4e24961 commit accf9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emsdk_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@
{
"version": "releases-%releases-tag%",
"bitness": 64,
"uses": ["node-16.20.0-64bit", "python-3.9.2-nuget-64bit", "java-8.152-64bit", "releases-%releases-tag%-64bit"],
"uses": ["node-16.20.0-64bit", "python-3.9.2-nuget-64bit", "releases-%releases-tag%-64bit"],
"os": "win",
"custom_install_script": "emscripten_npm_install"
}
Expand Down

0 comments on commit accf9ec

Please sign in to comment.