Fix bad variable name. project_root -> project_obj_root
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@253382 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
99b6e56ae9
commit
55dbcdab7f
@ -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…
x
Reference in New Issue
Block a user