libftdi can be built as a dependency with a static library generated. libmpsse should then just have it's source built in with our app, and then our app can link against libftdi. This should hopefully give us a single shost.a that can be referenced and linked against.
libftdi can be built as a dependency with a static library generated. libmpsse should then just have it's source built in with our app, and then our app can link against libftdi. This should hopefully give us a single
shost.a
that can be referenced and linked against.