Changes between Version 1 and Version 2 of Ticket #58895, comment 32
- Timestamp:
- Apr 22, 2022, 5:04:35 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58895, comment 32
v1 v2 8 8 9 9 Since, 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 11 Workaround: 12 13 {{{ 14 sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/. 15 }}}