karashiiro / Simulacrum

Video shimdeo
GNU Affero General Public License v3.0
5 stars 0 forks source link

Set up statically-linked native libraries to avoid missing dependency issues across different systems #12

Open karashiiro opened 1 week ago

karashiiro commented 1 week ago

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.