karashiiro / karashiiro/Simulacrum
Set up statically-linked native libraries to avoid missing dependency issues across different systems
Open
bug
- Dominant language
- C#
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I develop across two different computers, and have found that builds on one computer are not necessarily usable on the other, because they pull in different DLLs as required dependencies in the video player's build output. Static linking is one reliable way to fix this problem.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.