mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
manual merge after rebase
This commit is contained in:
@@ -153,6 +153,17 @@ int build_command::do_run()
|
||||
{
|
||||
try
|
||||
{
|
||||
// Create a mob.ini in the build folder.
|
||||
if (!exists(paths::prefix())) {
|
||||
create_directory(paths::prefix());
|
||||
}
|
||||
auto prefix_ini = paths::prefix() / "mob.ini";
|
||||
if (!exists(prefix_ini))
|
||||
{
|
||||
std::ofstream out(prefix_ini);
|
||||
out << "[paths]\n" << "prefix = .\n";
|
||||
}
|
||||
|
||||
run_all_tasks();
|
||||
|
||||
if (do_timings)
|
||||
|
||||
Reference in New Issue
Block a user