Skip to content

Commit 634dcfd

Browse files
author
Ravbug
committed
Fix format source
1 parent 0e08a65 commit 634dcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/interface_derived.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ void MainFrameDerived::OpenProject(const project& p, const editor& e, TargetPlat
453453
string cmd = "\"" + (e.path / e.name / executable).string() + "\" -projectpath \"" + p.path.string() + "\"";
454454
if (plat != TargetPlatform::CurrentPlatform) {
455455
auto str = PlatToStr(plat);
456-
cmd += std::format(" -buildTarget {}", str);
456+
cmd += fmt::format(" -buildTarget {}", str);
457457
}
458458
launch_process(cmd);
459459
}

0 commit comments

Comments
 (0)