toolchain/nasm: force ar and ranlib only on macOSX
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 8 Jul 2018 10:48:13 +0000 (12:48 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 8 Jul 2018 12:22:54 +0000 (14:22 +0200)
commite204717ef2445fc848b0a70374b03b1c8484d176
treed43913d4f037ef3b34492b7915b2e700783ab386
parent79b38047b9962846912195b963230653c35900a1
toolchain/nasm: force ar and ranlib only on macOSX

On Debian 9 nasm does not build when we force it to use ranlib, for
macOSX this is needed. Only force this on macOSX and not on any other
OS, this should fix the build of nasm on Linux systems. On my Debian
system the nasm configure script selects  gcc-ranlib and gcc-ar instead.

Fixes: d3a7587eb95 ("toolchain/nasm: fix missing AR/RANLIB variables")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
toolchain/nasm/Makefile