aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
diff options
context:
space:
mode:
authorAdam C. Foltzer <acfoltzer@galois.com>2017-06-19 16:52:31 -0700
committerAdam C. Foltzer <acfoltzer@galois.com>2017-06-19 16:52:31 -0700
commit6165612f6bb06c0f41422a9768caf2eba03849a9 (patch)
treeef9fd703f571d562b589a8d7c9af7fa5c92c0c11 /mesonbuild/backend/ninjabackend.py
parent35fae9d019352dcef01a44944d0096c4c33bbda0 (diff)
downloadmeson-6165612f6bb06c0f41422a9768caf2eba03849a9.zip
meson-6165612f6bb06c0f41422a9768caf2eba03849a9.tar.gz
meson-6165612f6bb06c0f41422a9768caf2eba03849a9.tar.bz2
fix indentation per @ignatenkobrain
Diffstat (limited to 'mesonbuild/backend/ninjabackend.py')
-rw-r--r--mesonbuild/backend/ninjabackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/backend/ninjabackend.py b/mesonbuild/backend/ninjabackend.py
index 40f0918..3638621 100644
--- a/mesonbuild/backend/ninjabackend.py
+++ b/mesonbuild/backend/ninjabackend.py
@@ -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(),