Skip to content

Commit

Permalink
Added old names since change was made in another pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
saisoma123 committed Jul 25, 2022
1 parent 6bf1e64 commit 8d0ee68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interpreter/cling/tools/packaging/cpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@ def custom_input(prompt, always_yes=False):

if args['with_llvm_binary'] and args['with_llvm_url']:
raise Exception("Cannot specify flags --with-llvm-binary and --with-llvm-url together")
elif args['with_llvm_binary'] is False and args['with_llvm_url']:
elif args['with_binary_llvm'] is False and args['with_llvm_url']:
LLVM_GIT_URL = args['with_llvm_url']
else:
LLVM_GIT_URL = "http://root.cern.ch/git/llvm.git"
Expand Down Expand Up @@ -2303,7 +2303,7 @@ def custom_input(prompt, always_yes=False):

args["with_llvm_binary"] = True

if args["with_llvm_binary"]:
if args["with_binary_llvm"]:
download_llvm_binary()
compile = compile_for_binary
install_prefix = install_prefix_for_binary
Expand Down

0 comments on commit 8d0ee68

Please sign in to comment.