Changes between Version 7 and Version 8 of Ticket #62548, comment 4


Ignore:
Timestamp:
Apr 4, 2021, 5:47:43 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62548, comment 4

    v7 v8  
    22> remove muniversal and get single-step universal building working, but that may be a much bigger undertaking.
    33
    4 It was straightforward, once I knew what was going on, to fix a multiarch build for 10.15+ -- 5 minutes, as above. It becomes a 5-line build, and it builds fine with multiple arch flags if the libraries are the same depth.
     4It was straightforward, once I understood what was going on, to fix a multiarch build for 10.15+ -- 5 minutes, as above. It becomes a 5-line build, and it builds fine with multiple arch flags if the libraries are the same depth.
    55
    66However, you need to build it twice and lipo together for 32bit + 64bit libraries. Using the muniversal PG just on older systems <10.14 does. The proper flag to force the library bit depth is {{{--with-library-bits=64}}} or {{{--with-library-bits=32}}}.