From 80c59512ea66534456f62cffbd35f440a97b7bf7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 6 Jan 2025 19:36:23 +0100 Subject: Get rid of (hopefully) the last 'native' dir separators. --- src/task_fn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/task_fn.cc') diff --git a/src/task_fn.cc b/src/task_fn.cc index 873dc44..1ff72f9 100644 --- a/src/task_fn.cc +++ b/src/task_fn.cc @@ -98,7 +98,7 @@ std::vector TaskFn::depends() const std::string TaskFn::target() const { - return _targetFile; + return _targetFile.string(); } std::filesystem::path TaskFn::targetFile() const -- cgit v1.2.3