build-system/meson: Really skip the 'fix-runpath' phase on armhf.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 2 Jul 2018 10:07:58 +0000 (12:07 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Mon, 2 Jul 2018 10:07:58 +0000 (12:07 +0200)
commitcb4b508cd68df89bfbd5255a0c5569f8318ad50f
tree428e0ff8e56c9d72a97502531009d1fba03bf9a9
parentfa41a089a1713601648664242530a55b6f6b1d0c
build-system/meson: Really skip the 'fix-runpath' phase on armhf.

This follows up commit d5b5a15a4046362377f1a45d466b43bb6e93d4f which doesn't
work because %current-system etc expands before the actual build.

Fixes <https://bugs.gnu.org/31719>.

* guix/build-system/meson.scm (meson-build)[builder]: Compare against the
already existing "system" variable rather than (%current-system).
guix/build-system/meson.scm