mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
Fix to dynamic lib path and runtime commit.
This commit is contained in:
parent
d259e6848a
commit
75c3669961
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6f8393f691b508ae363c474ee22bfa07461e14b3
|
Subproject commit ac153080f5200a08488d6d329812bf53bdab03b2
|
||||||
|
|
@ -199,7 +199,7 @@ namespace recompui {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
dynamic_lib_files.emplace_back(target_write_path);
|
dynamic_lib_files.emplace_back(target_path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue