Changes between Version 1 and Version 2 of Ticket #66591, comment 11


Ignore:
Timestamp:
Dec 31, 2022, 10:39:14 PM (17 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66591, comment 11

    v1 v2  
    11Looking forward to it! Yes, it's not working quite as planned as yet.
    22
    3 What you get when you try to install something universal arm64/x86_64 built with rust/cargo is the primary dylib of the finished build is just a text file saying that the merge of the two attempted dylibs differed and could not be merged  :>
     3What you get when you try to install something universal arm64/x86_64 built with rust/cargo is the primary dylib of the finished build is just a text file saying that the attempted merge of the two dylibs differed and could not be merged  :>
    44
    55In the work folder, all the dylibs (x86_64 folder and arm64 folder) are arm64 dylibs, with nothing cross compiled.