Change Emscripten repository URLs to use https:// handler instead of the git:// handler, because git protocol is not as secure, and is inaccessible behind firewalls for some users.
This commit is contained in:
Родитель
b928162681
Коммит
12213e4d59
|
@ -59,8 +59,8 @@
|
|||
"version": "incoming",
|
||||
"bitness": 32,
|
||||
"install_path": "clang/fastcomp",
|
||||
"url": "https://github.com/kripken/emscripten-fastcomp",
|
||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang",
|
||||
"url": "https://github.com/kripken/emscripten-fastcomp/",
|
||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/",
|
||||
"git_branch": "incoming",
|
||||
"custom_install_script": "build_fastcomp",
|
||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||
|
@ -73,8 +73,8 @@
|
|||
"bitness": 64,
|
||||
"install_path": "clang/fastcomp",
|
||||
"git_branch": "incoming",
|
||||
"url": "https://github.com/kripken/emscripten-fastcomp",
|
||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang",
|
||||
"url": "https://github.com/kripken/emscripten-fastcomp/",
|
||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/",
|
||||
"custom_install_script": "build_fastcomp",
|
||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
||||
|
@ -85,8 +85,8 @@
|
|||
"version": "master",
|
||||
"bitness": 32,
|
||||
"install_path": "clang/fastcomp",
|
||||
"url": "https://github.com/kripken/emscripten-fastcomp",
|
||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang",
|
||||
"url": "https://github.com/kripken/emscripten-fastcomp/",
|
||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/",
|
||||
"git_branch": "master",
|
||||
"custom_install_script": "build_fastcomp",
|
||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||
|
@ -99,8 +99,8 @@
|
|||
"bitness": 64,
|
||||
"install_path": "clang/fastcomp",
|
||||
"git_branch": "master",
|
||||
"url": "https://github.com/kripken/emscripten-fastcomp",
|
||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang",
|
||||
"url": "https://github.com/kripken/emscripten-fastcomp/",
|
||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/",
|
||||
"custom_install_script": "build_fastcomp",
|
||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
||||
|
@ -457,7 +457,7 @@
|
|||
{
|
||||
"id": "emscripten",
|
||||
"version": "incoming",
|
||||
"url": "git://github.com/kripken/emscripten.git",
|
||||
"url": "https://github.com/kripken/emscripten/",
|
||||
"git_branch": "incoming",
|
||||
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/tools/optimizer_build/%cmake_build_type%optimizer%.exe%'",
|
||||
"activated_path": "%installation_dir%",
|
||||
|
@ -468,7 +468,7 @@
|
|||
{
|
||||
"id": "emscripten",
|
||||
"version": "master",
|
||||
"url": "git://github.com/kripken/emscripten.git",
|
||||
"url": "https://github.com/kripken/emscripten/",
|
||||
"git_branch": "master",
|
||||
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/tools/optimizer_build/%cmake_build_type%optimizer%.exe%'",
|
||||
"activated_path": "%installation_dir%",
|
||||
|
|
Загрузка…
Ссылка в новой задаче