Changes between Initial Version and Version 1 of Ticket #65736, comment 4


Ignore:
Timestamp:
Aug 29, 2022, 12:00:57 PM (21 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65736, comment 4

    initial v1  
    77}
    88}}}
     9
     10UPD. I guess this is a better way:
     11{{{
     12platform darwin 10 powerpc {
     13    configure.args-append \
     14                    --build=powerpc-apple-darwin${os.major} \
     15                    CC="${configure.cc} [get_canonical_archflags cc]"
     16}
     17}}}