Fix to dynamic lib path and runtime commit.

This commit is contained in:
Dario
2025-03-30 18:26:54 -03:00
parent efb3fe4fbc
commit ea370ccf83
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ namespace recompui {
continue;
}
dynamic_lib_files.emplace_back(target_write_path);
dynamic_lib_files.emplace_back(target_path);
}
}