SQLite Forum

Need help building a custom amalgamation
Login
Hey I'm back, so I did some more research on shared libraries and it turns out the remote machine has a `/usr/lib/libsqlite3.so` file. 

So in this case, is it possible to not have any sqlite source code in my repo/compiled binary and instead add linking flags to link against that library once it's run on the remote machine?