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:
@@ -59,8 +59,8 @@
|
|||||||
"version": "incoming",
|
"version": "incoming",
|
||||||
"bitness": 32,
|
"bitness": 32,
|
||||||
"install_path": "clang/fastcomp",
|
"install_path": "clang/fastcomp",
|
||||||
"url": "https://github.com/kripken/emscripten-fastcomp",
|
"url": "https://github.com/kripken/emscripten-fastcomp/",
|
||||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang",
|
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/",
|
||||||
"git_branch": "incoming",
|
"git_branch": "incoming",
|
||||||
"custom_install_script": "build_fastcomp",
|
"custom_install_script": "build_fastcomp",
|
||||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||||
@@ -73,8 +73,8 @@
|
|||||||
"bitness": 64,
|
"bitness": 64,
|
||||||
"install_path": "clang/fastcomp",
|
"install_path": "clang/fastcomp",
|
||||||
"git_branch": "incoming",
|
"git_branch": "incoming",
|
||||||
"url": "https://github.com/kripken/emscripten-fastcomp",
|
"url": "https://github.com/kripken/emscripten-fastcomp/",
|
||||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang",
|
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/",
|
||||||
"custom_install_script": "build_fastcomp",
|
"custom_install_script": "build_fastcomp",
|
||||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
||||||
@@ -85,8 +85,8 @@
|
|||||||
"version": "master",
|
"version": "master",
|
||||||
"bitness": 32,
|
"bitness": 32,
|
||||||
"install_path": "clang/fastcomp",
|
"install_path": "clang/fastcomp",
|
||||||
"url": "https://github.com/kripken/emscripten-fastcomp",
|
"url": "https://github.com/kripken/emscripten-fastcomp/",
|
||||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang",
|
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/",
|
||||||
"git_branch": "master",
|
"git_branch": "master",
|
||||||
"custom_install_script": "build_fastcomp",
|
"custom_install_script": "build_fastcomp",
|
||||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||||
@@ -99,8 +99,8 @@
|
|||||||
"bitness": 64,
|
"bitness": 64,
|
||||||
"install_path": "clang/fastcomp",
|
"install_path": "clang/fastcomp",
|
||||||
"git_branch": "master",
|
"git_branch": "master",
|
||||||
"url": "https://github.com/kripken/emscripten-fastcomp",
|
"url": "https://github.com/kripken/emscripten-fastcomp/",
|
||||||
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang",
|
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/",
|
||||||
"custom_install_script": "build_fastcomp",
|
"custom_install_script": "build_fastcomp",
|
||||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
||||||
@@ -457,7 +457,7 @@
|
|||||||
{
|
{
|
||||||
"id": "emscripten",
|
"id": "emscripten",
|
||||||
"version": "incoming",
|
"version": "incoming",
|
||||||
"url": "git://github.com/kripken/emscripten.git",
|
"url": "https://github.com/kripken/emscripten/",
|
||||||
"git_branch": "incoming",
|
"git_branch": "incoming",
|
||||||
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/tools/optimizer_build/%cmake_build_type%optimizer%.exe%'",
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/tools/optimizer_build/%cmake_build_type%optimizer%.exe%'",
|
||||||
"activated_path": "%installation_dir%",
|
"activated_path": "%installation_dir%",
|
||||||
@@ -468,7 +468,7 @@
|
|||||||
{
|
{
|
||||||
"id": "emscripten",
|
"id": "emscripten",
|
||||||
"version": "master",
|
"version": "master",
|
||||||
"url": "git://github.com/kripken/emscripten.git",
|
"url": "https://github.com/kripken/emscripten/",
|
||||||
"git_branch": "master",
|
"git_branch": "master",
|
||||||
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/tools/optimizer_build/%cmake_build_type%optimizer%.exe%'",
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/tools/optimizer_build/%cmake_build_type%optimizer%.exe%'",
|
||||||
"activated_path": "%installation_dir%",
|
"activated_path": "%installation_dir%",
|
||||||
|
|||||||
Reference in New Issue
Block a user