os.arch on Linux

René J.V. Bertin rjvbertin at gmail.com
Sat Oct 10 10:53:59 PDT 2015


On Saturday October 10 2015 14:43:00 Rainer Müller wrote:

>Hm, if ${os_arch} ends up in the package, I am not sure this is correct as you
>could build i386 packages on x86_64. Shouldn't this respect ${build.arch}?

In practice, it uses ${configure.build_arch}, but that variable is empty (at least on my system), which means the code falls back to using ${os.arch} (which seems the sensible thing to do).

R.


More information about the macports-dev mailing list