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 @@
Subproject commit 6f8393f691b508ae363c474ee22bfa07461e14b3
Subproject commit ac153080f5200a08488d6d329812bf53bdab03b2

View File

@ -199,7 +199,7 @@ namespace recompui {
continue;
}
dynamic_lib_files.emplace_back(target_write_path);
dynamic_lib_files.emplace_back(target_path);
}
}