]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Un-abbreviate some function and variable names
[builder.git] / source / builder.h
index 55af18a5a2e9b4db855bcefdb67cf84cb9386d89..eecbb984304225e1768f683c4ee154e80a33b74d 100644 (file)
@@ -104,7 +104,7 @@ public:
 
        const TargetMap &get_targets() const { return targets; }
 
-       const Msp::FS::Path &get_cwd() const { return cwd; }
+       const Msp::FS::Path &get_work_directory() const { return cwd; }
        const Architecture &get_current_arch() const { return *current_arch; }
        const Architecture &get_native_arch() const { return native_arch; }
        const Msp::FS::Path &get_prefix() const { return prefix; }