pull/1922/head
Adam C. Foltzer 8 years ago
parent 35fae9d019
commit 6165612f6b
  1. 2
      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(),

Loading…
Cancel
Save