Changes between Initial Version and Version 1 of Ticket #58895, comment 37


Ignore:
Timestamp:
Apr 25, 2022, 9:43:09 AM (2 years ago)
Author:
Serge3leo (Serguei E. Leontiev)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58895, comment 37

    initial v1  
    1818* /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
    1919
    20 For source build package - all right. "configure" detect SDK root.
     20For source build package - all right. "configure" correct detect SDK root.
    2121
    2222But for precompiled packages, we need the root SDK location on the build machine and on the user's machine to match.
     
    2424> We do not want every gcc port to depend on MacOSX10.15.sdk, certainly. The would be appropriate only for one os version.
    2525
    26 We can use "macosx_deployment_target" to choose between dependencies: MacOSX10.6.sdk ... Mac OS X 10.15.sdk
     26We can use "macosx_deployment_target" to choose between port dependencies: MacOSX10.6.sdk ... MacOSX10.15.sdk