summaryrefslogtreecommitdiff
path: root/src/handle_dep.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/handle_dep.cc')
-rw-r--r--src/handle_dep.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handle_dep.cc b/src/handle_dep.cc
index da95a67..d642555 100644
--- a/src/handle_dep.cc
+++ b/src/handle_dep.cc
@@ -18,7 +18,7 @@ void handle_dep(const std::string &filename)
dependencies.insert(filename);
}
else {
- dependencies.insert((current_path() / filepath).native());
+ dependencies.insert((current_path() / filepath).string());
}
if (!exists(filepath) && make_command) {
std::stringstream buf;
contact: Jan Huwald // Impressum