Changes between Initial Version and Version 1 of Ticket #53184, comment 23


Ignore:
Timestamp:
Dec 22, 2018, 9:29:09 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53184, comment 23

    initial v1  
    99CMake apparently doesn't notice this detail, so it registers the `i386` build a success, adds it to the list of `archs`, and same with `x86_64`. So you wind up, in the end, with two identical binaries, both in actual fact `ppc` binaries, one labelled `i386` and one labelled `x86_64`.
    1010
    11 And that is where the lipo stage above errors out, because it has no idea what is going on now.
     11And that is where the lipo stage above errors out [ticket:53184#comment:5], because it has no idea what is going on now.
    1212
    1313At least I think I know what the problem is now :> Maybe this will lead to a fix once I understand how to fix that.