Changes between Version 4 and Version 5 of Ticket #62548, comment 4


Ignore:
Timestamp:
Mar 27, 2021, 8:13:21 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62548, comment 4

    v4 v5  
    22> remove muniversal and get single-step universal building working, but that may be a much bigger undertaking.
    33
    4 It was quite simple, 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 (it does not run any binaries during configure).
     4It was quite simple, 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 (it does not run any binaries during the build).
    55
    66However, you will need to build it twice and lipo together for 32bit + 64bit libraries. Using the muniversal PG just on older systems <10.14 would do it. The proper flag to force the library bit depth is {{{--with-library-bits=64}}} or {{{--with-library-bits=32}}}.