forked from OSchip/llvm-project
parent
73057ad24f
commit
6c75b61f08
|
@ -669,7 +669,7 @@ def setupSysPath():
|
|||
os.environ["LLDB_BUILD_DIR"] = os.path.split(lldbHere)[0]
|
||||
if not noHeaders:
|
||||
print "LLDB build dir:", os.environ["LLDB_BUILD_DIR"]
|
||||
os.system('%s -v' % lldbExec)
|
||||
os.system('%s -v' % lldbHere)
|
||||
|
||||
# One last chance to locate the 'lldb' executable.
|
||||
if not lldbExec:
|
||||
|
|
Loading…
Reference in New Issue