Changes between Version 9 and Version 14 of Ticket #60169


Ignore:
Timestamp:
Nov 28, 2020, 6:24:06 PM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60169

    • Property Cc cooljeanius added
    • Property Summary changed from meson will not build +universal if llvm-ar is found in the PATH to meson PortGroup: warn if universal build and llvm-ar exists
  • Ticket #60169 – Description

    v9 v14  
     1meson will not build projects +universal if llvm-ar is found in the PATH
     2
    13originally noted with at-spi2-atk but not specific to that port.
     4
     5A possible solution could be in meson PG, to test for a universal build and file test for  {{{${prefix}/bin/llvm-ar}}} and generate an error or warning if it exists.
     6
     7This only happens if someone has {{{select}}}ed an llvm as the default.
     8
     9If there is no advantage ever on Darwin to use llvm-ar (and I suspect that perhaps there is not, as our cctools ar has all we need in that area I believe) then we can just patch meson to stop looking for llvm-ar at all (which is, in fact, quite a bit easier).