X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=eecbb984304225e1768f683c4ee154e80a33b74d;hb=69cdee2c53972c1dd7e1b9d83ddcd8f6c3c589f7;hp=55af18a5a2e9b4db855bcefdb67cf84cb9386d89;hpb=5881b8499dc159564d2f69c3b037e16b4d1af4db;p=builder.git diff --git a/source/builder.h b/source/builder.h index 55af18a..eecbb98 100644 --- a/source/builder.h +++ b/source/builder.h @@ -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; }