[MacPorts] #61236: ld64 not defaulting to ld64_xcode on Catalina, causing TAPI link errors
MacPorts
noreply at macports.org
Mon Sep 28 16:59:13 UTC 2020
#61236: ld64 not defaulting to ld64_xcode on Catalina, causing TAPI link errors
----------------------+----------------------
Reporter: mascguy | Owner: kencu
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.3
Resolution: | Keywords:
Port: ld64 |
----------------------+----------------------
Comment (by kencu):
This is the test in the [https://github.com/macports/macports-
ports/blob/master/devel/ld64/Portfile Portfile] that is supposed to be
setting that variant for you. Perhaps something is amiss...
{{{
# Xcode 11 has a newer ld64 than MacPorts currently supplies, so we use
it
if {[vercmp $xcodeversion 11.0] >= 0} {
default_variants +ld64_xcode
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61236#comment:14>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list