Skip to content

Commit

Permalink
Add ability to install prebuilt ninja
Browse files Browse the repository at this point in the history
We may start using it internally in emscripten. See
emscripten-core/emscripten#17809
  • Loading branch information
sbc100 committed Sep 15, 2022
1 parent b6574f3 commit 4ed4059
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions emsdk_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,16 @@
"activated_cfg": "MINGW_ROOT='%installation_dir%'",
"activated_path": "%installation_dir%/bin"
},
{
"id": "ninja",
"version": "1.11.1",
"bitness": 64,
"windows_url": "ninja-1.11.1-win.zip",
"linux_url": "ninja-1.11.1-linux.zip",
"macos_utl": "ninja-1.11.1-mac.zip",
"activated_cfg": "NINJA_ROOT='%installation_dir%'",
"activated_path": "%installation_dir%"
},
{
"id": "ninja",
"version": "git-release",
Expand Down

0 comments on commit 4ed4059

Please sign in to comment.