lua-curl-v3: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Fri, 7 Jan 2022 23:10:02 +0000 (02:10 +0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 8 Jan 2022 07:04:50 +0000 (08:04 +0100)
commitdc08def7716a8fdfdba4250afcb2c66d8084fb4b
treed3a65810bc4bfa8a861454da23a9c9fd20fd046e
parent42c4d254552c04f41a2b93811147ef56af45bf9c
lua-curl-v3: fix build on macos

lua-curl-v3 detects OS and changes compilation flags depends on OS.
If Darwin is detected then it adds GCC non-compatible flags.
OpenWrt is always Linux, OS detection is disabled via UNAME=Linux
as a part of MAKE_FLAGS

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
lang/lua-curl-v3/Makefile