libgeneral
libgeneral copied to clipboard
Commit 6e5554a breaks linking in many projects
example from futurerestore

try {
ticketIdentity = img4tool::getBuildIdentityForIm4m({im4m.first,im4m.second}, buildmanifest);
} catch (tihmstar::exception &e) {
//
}
6e5554a
It seems to only not link for m1 arm64? Weird how x86_64 works. Clang shenanigans I guess?
wow over a year later finally fixed lol fixed in c68553a