libgeneral icon indicating copy to clipboard operation
libgeneral copied to clipboard

Commit 6e5554a breaks linking in many projects

Open Cryptiiiic opened this issue 4 years ago • 1 comments

example from futurerestore image

        try {
            ticketIdentity = img4tool::getBuildIdentityForIm4m({im4m.first,im4m.second}, buildmanifest);
        } catch (tihmstar::exception &e) {
            //
        }

6e5554a

Cryptiiiic avatar Jan 11 '22 01:01 Cryptiiiic

It seems to only not link for m1 arm64? Weird how x86_64 works. Clang shenanigans I guess?

Cryptiiiic avatar Jan 11 '22 01:01 Cryptiiiic

wow over a year later finally fixed lol fixed in c68553a

Cryptiiiic avatar Apr 04 '23 22:04 Cryptiiiic