Use only_supports_wasm flag instead of separate install script
This commit is contained in:
@@ -154,7 +154,8 @@
|
||||
"url": "https://github.com/llvm-mirror/llvm.git",
|
||||
"clang_url": "https://github.com/llvm-mirror/clang.git",
|
||||
"lld_url": "https://github.com/llvm-mirror/lld.git",
|
||||
"custom_install_script": "build_llvm",
|
||||
"custom_install_script": "build_fastcomp",
|
||||
"only_supports_wasm": true,
|
||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
||||
"cmake_build_type": "Release"
|
||||
@@ -168,7 +169,8 @@
|
||||
"url": "https://github.com/llvm-mirror/llvm.git",
|
||||
"clang_url": "https://github.com/llvm-mirror/clang.git",
|
||||
"lld_url": "https://github.com/llvm-mirror/lld.git",
|
||||
"custom_install_script": "build_llvm",
|
||||
"custom_install_script": "build_fastcomp",
|
||||
"only_supports_wasm": true,
|
||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
||||
"cmake_build_type": "Release"
|
||||
|
||||
Reference in New Issue
Block a user