fix indentation per @ignatenkobrain
This commit is contained in:
parent
35fae9d019
commit
6165612f6b
|
@ -1198,7 +1198,7 @@ int dummy;
|
|||
# unfortunately we did not check for that and some downstream projects
|
||||
# now have them. Once slashes are forbidden, remove this bit.
|
||||
target_slashname_workaround_dir = os.path.join(os.path.split(target.name)[0],
|
||||
self.get_target_dir(target))
|
||||
self.get_target_dir(target))
|
||||
else:
|
||||
target_slashname_workaround_dir = self.get_target_dir(target)
|
||||
rpath_args = rustc.build_rpath_args(self.environment.get_build_dir(),
|
||||
|
|
Loading…
Reference in New Issue