X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.h;h=3b6ef11d845bb36262f776817fa9a44859c19bf7;hb=0f5283a54fd188072eca23fbd980a43c6c869913;hp=f47f25931489928c0f98524a62b85f37cd867f72;hpb=b50019441dd16d4aaba1eeffc381ded3e4a4be2d;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index f47f259..3b6ef11 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -58,14 +58,12 @@ public: const Msp::Path &get_source() const { return source; } Msp::Path get_temp_dir() const; Msp::Path get_out_dir() const; - Msp::Path get_prefix() const { return config.get_option("prefix").value; } const ComponentList &get_components() const { return components; } const Config &get_config() const { return config; } const BuildInfo &get_build_info() const { return build_info; } const BuildInfo &get_exported_binfo() const { return export_binfo; } Builder &get_builder() const { return builder; } unsigned get_install_flags(); - const std::string &get_arch() const { return config.get_option("arch").value; } LibMode get_library_mode() const; const PathList &get_tar_files() const { return tar_files; } DependencyCache &get_deps_cache() const { return deps_cache; }