Changes between Initial Version and Version 1 of Ticket #43405, comment 5


Ignore:
Timestamp:
Apr 21, 2014, 3:28:35 AM (10 years ago)
Author:
mp@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43405, comment 5

    initial v1  
    1515configure.build_arch ${os.arch}
    1616}}}
    17 solves the issue, but it might be safer to add
     17solves the issue, but maybe it's safer to add
    1818{{{
    19 if {${os.platform} eq "darwin" && ${os.major} < 11} {
     19if {${os.platform} eq "darwin" && ${os.major} < 12} {
    2020   configure.build_arch ${os.arch}
    2121}
    2222}}}
     23(Had "< 11" first, but see in #43415 that this issue applies to Lion (10.7.5) as well.)