From: Sergey V. Lobanov Date: Tue, 11 Jan 2022 09:39:57 +0000 (+0300) Subject: iodine: fix build on macos X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4b23b2df3b719d1df428ecff02713fe5b2a25b73;p=openwrt-packages.git iodine: fix build on macos redefine TARGETOS=Linux due to OpenWrt is always Linux Signed-off-by: Sergey V. Lobanov --- diff --git a/net/iodine/Makefile b/net/iodine/Makefile index 434876abe..7e9931853 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -49,6 +49,9 @@ define Package/iodined/description iodine server version endef +MAKE_FLAGS += \ + TARGETOS="Linux" + define Build/Configure endef