mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
conf_paths
This commit is contained in:
@@ -22,7 +22,7 @@ bool openssl::prebuilt()
|
||||
|
||||
fs::path openssl::source_path()
|
||||
{
|
||||
return paths::build() / ("openssl-" + version());
|
||||
return conf().paths().build() / ("openssl-" + version());
|
||||
}
|
||||
|
||||
fs::path openssl::build_path()
|
||||
@@ -187,9 +187,8 @@ void openssl::install_engines()
|
||||
|
||||
void openssl::copy_files()
|
||||
{
|
||||
copy_dlls_to(paths::install_bin());
|
||||
copy_dlls_to(paths::install_dlls());
|
||||
copy_pdbs_to(paths::install_pdbs());
|
||||
copy_dlls_to(conf().paths().install_bin());
|
||||
copy_pdbs_to(conf().paths().install_pdbs());
|
||||
}
|
||||
|
||||
void openssl::copy_dlls_to(const fs::path& dir)
|
||||
|
||||
Reference in New Issue
Block a user