Changes between Version 1 and Version 2 of Ticket #64978, comment 6


Ignore:
Timestamp:
Apr 12, 2022, 1:42:09 AM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64978, comment 6

    v1 v2  
    88Thank you. BTW what does not work with its assembler on PPC? Boost does install on PPC and seems to work. Though this might be a case of its failure: https://github.com/PurpleI2P/i2pd/issues/1726
    99
    10 P. S. Should be rather `if {${os.platform} eq "darwin" && (${os.major} < 11 || ${build.arch} eq "ppc")} {` – we can build on 10.6.x for `ppc`, and my ticket is for 10.6.8 in fact.
     10P. S. Should be rather `if {${os.platform} eq "darwin" && (${os.major} < 11 || ${build_arch} eq "ppc")} {` – we can build on 10.6.x for `ppc`, and my ticket is for 10.6.8 in fact. Also, `build_arch`, I think.