Make the json findable when we only download and call cpt.py.
This commit is contained in:
parent
a875004a73
commit
c5b99ae797
@ -1591,7 +1591,7 @@ os.makedirs(TMP_PREFIX)
|
||||
|
||||
srcdir = os.path.join(workdir, 'cling-src')
|
||||
CLING_SRC_DIR = os.path.join(srcdir, 'tools', 'cling')
|
||||
CPT_SRC_DIR = os.path.dirname(__file__)
|
||||
CPT_SRC_DIR = os.path.join(srcdir, 'tools', 'packaging')
|
||||
LLVM_OBJ_ROOT = os.path.join(workdir, 'builddir')
|
||||
prefix = ''
|
||||
LLVM_GIT_URL = args['with_llvm_url']
|
||||
|
Loading…
Reference in New Issue
Block a user