Changes between Version 1 and Version 4 of Ticket #67946


Ignore:
Timestamp:
Aug 13, 2023, 10:44:56 AM (14 months ago)
Author:
lukaso (Lukas Oberhuber)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67946

    • Property Port py310-cython added; python310 removed
    • Property Summary changed from python310 does not respect MACOSX_DEPLOYMENT_TARGET to py310-cython does not respect MACOSX_DEPLOYMENT_TARGET
  • Ticket #67946 – Description

    v1 v4  
    1 The following files in the Python 3.10 build are not respecting the `MACOSX_DEPLOYMENT_TARGET`, similar to #67899 for `libstemmer`.
     1NOTE: Updated to `py310-cython` rather than `python310` as per comments below.
     2
     3The following files in the py310-cython build are not respecting the `MACOSX_DEPLOYMENT_TARGET`, similar to #67899 for `libstemmer`.
    24
    35{{{
     
    1719This affects the deployment build of GIMP.
    1820
    19 I would expect other Python versions to have the same issue.
     21I would expect other py-cython versions to have the same issue.
    2022
    2123I would gladly create a PR but I'm not really sure how I'd go about it.