Skip to content

Commit 5181831

Browse files
committed
Add ability to install prebuilt ninja
We may start using it internally in emscripten. See emscripten-core/emscripten#17809
1 parent b6574f3 commit 5181831

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

emsdk_manifest.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,16 @@
626626
"activated_cfg": "MINGW_ROOT='%installation_dir%'",
627627
"activated_path": "%installation_dir%/bin"
628628
},
629+
{
630+
"id": "ninja",
631+
"version": "1.11.1",
632+
"bitness": 64,
633+
"windows_url": "ninja-1.11.1-win.zip",
634+
"linux_url": "ninja-1.11.1-linux.zip",
635+
"macos_url": "ninja-1.11.1-mac.zip",
636+
"activated_cfg": "NINJA_ROOT='%installation_dir%'",
637+
"activated_path": "%installation_dir%"
638+
},
629639
{
630640
"id": "ninja",
631641
"version": "git-release",

0 commit comments

Comments
 (0)