Main: move CRT cmdline obj into libspinscale

This commit is contained in:
2026-02-17 10:25:55 -04:00
parent 4520306f4e
commit e4adfa0e61
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -20,13 +20,6 @@ namespace mrntt {
std::shared_ptr<MarionetteThread> thread = std::make_shared<MarionetteThread>();
} // namespace mrntt
CrtCommandLineArgs crtCommandLineArgs(0, nullptr, nullptr);
void CrtCommandLineArgs::set(int argc, char *argv[], char *envp[])
{
crtCommandLineArgs = CrtCommandLineArgs(argc, argv, envp);
}
namespace mrntt {
std::atomic<int> exitCode;
MarionetteComponent mrntt(std::static_pointer_cast<sscl::ComponentThread>(thread));