Make rpath relative

This commit is contained in:
2025-05-30 22:31:39 -05:00
parent 4e4771f1ab
commit 77ea0906da
5 changed files with 12 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ int main(int argc, char** argv)
ByteCodeVectorWriter w(data);
gen.Save(std::filesystem::current_path(),w);
*/
TF_Init();
TF_InitWithConsole();
std::filesystem::path outputDir = std::filesystem::current_path() / "bin";
std::vector<std::filesystem::path> source;
std::filesystem::path resourceDir = std::filesystem::current_path() / "res";