forked from OSchip/llvm-project
Fix bad variable name. project_root -> project_obj_root
llvm-svn: 253382
This commit is contained in:
parent
32936810c3
commit
1f6e22d1cc
|
@ -202,7 +202,7 @@ class Configuration(object):
|
|||
if os.path.isdir(possible_root):
|
||||
self.libcxx_obj_root = possible_root
|
||||
else:
|
||||
self.libcxx_obj_root = self.project_root
|
||||
self.libcxx_obj_root = self.project_obj_root
|
||||
|
||||
def configure_cxx_library_root(self):
|
||||
self.cxx_library_root = self.get_lit_conf('cxx_library_root',
|
||||
|
|
Loading…
Reference in New Issue