rileytestut / AltServer-Windows

GNU Affero General Public License v3.0
141 stars 49 forks source link

Incorrect dependencies #29

Open JJTech0130 opened 2 years ago

JJTech0130 commented 2 years ago

libplist is depended on by libusbmuxd, and libusbmuxd is in turn depended upon by libimobiledevice, however, this is not configured so the build will fail the first time due to linking errors:

Severity Code Description Project File Line Suppression State
Error LNK1181 cannot open input file plist.lib usbmuxd LINK 1
JJTech0130 commented 2 years ago

This seems to be an issue with the way libimobiledevice-vs is set up, I'll have a PR removing that and using the system VCPKG ready shortly (#24)