Make the json findable when we only download and call cpt.py.

This commit is contained in:
Vassil Vassilev 2016-08-11 12:29:26 +02:00 committed by sftnight
parent a875004a73
commit c5b99ae797

View File

@ -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']