Skip to content
Snippets Groups Projects
Commit 0f160178 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Don't check python version if not installing python packages

parent f6e1bf5c
No related branches found
No related tags found
No related merge requests found
......@@ -356,8 +356,9 @@ def main():
# Don't parse args if no args given -- use prompt mode
args = prompt_args() if len(argv) == 1 else parse_args()
if not args.no_pypkg:
check_python_version()
print_args(args)
check_python_version()
check_download_llvm_clang()
link_and_patch()
if not args.no_params:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment