Changes between Initial Version and Version 1 of Ticket #58895, comment 37
- Timestamp:
- Apr 25, 2022, 9:43:09 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58895, comment 37
initial v1 18 18 * /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk 19 19 20 For source build package - all right. "configure" detect SDK root.20 For source build package - all right. "configure" correct detect SDK root. 21 21 22 22 But for precompiled packages, we need the root SDK location on the build machine and on the user's machine to match. … … 24 24 > We do not want every gcc port to depend on MacOSX10.15.sdk, certainly. The would be appropriate only for one os version. 25 25 26 We can use "macosx_deployment_target" to choose between dependencies: MacOSX10.6.sdk ... Mac OS X10.15.sdk26 We can use "macosx_deployment_target" to choose between port dependencies: MacOSX10.6.sdk ... MacOSX10.15.sdk