neon: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Sun, 9 Jan 2022 20:37:45 +0000 (23:37 +0300)
committerRosen Penev <rosenp@gmail.com>
Tue, 18 Jan 2022 05:09:39 +0000 (21:09 -0800)
commit3062e575dd9b57dbd866e1c3e240b4fef241a996
tree1124db3658037a7ba682be704ea746fc3a98c5df
parent5cd8b75f943853a763c1336d09254d9470c76f94
neon: fix build on macos

neon detects Darwin on target build and fails due to darwin-specific
build behaviour. OS detection is disable (as non required) via
ne_cv_os_uname=Linux as a part of CONFIGURE_VARS

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
libs/neon/Makefile