Changes between Version 1 and Version 2 of Ticket #58895, comment 32


Ignore:
Timestamp:
Apr 22, 2022, 5:04:35 PM (2 years ago)
Author:
Serge3leo (Serguei E. Leontiev)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58895, comment 32

    v1 v2  
    88
    99Since, according to the documentation, MacPorts depends on "Xcode Command Line Tools", it is probably better that the precompiled package "gcc9-*.bz2" would refer to /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk
     10
     11Workaround:
     12
     13{{{
     14sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/.
     15}}}