More Compilation stuff lol.

This commit is contained in:
Anemunt
2025-12-12 15:36:40 -05:00
parent ee90559e8c
commit 6ee17f52ee
9 changed files with 358 additions and 29 deletions

View File

@@ -17,6 +17,8 @@ struct ScriptBuildCommands {
std::string link;
fs::path objectPath;
fs::path binaryPath;
fs::path wrapperPath;
bool usedWrapper = false;
};
struct ScriptCompileOutput {