iodine: fix build on macos

redefine TARGETOS=Linux due to OpenWrt is always Linux

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
This commit is contained in:
Sergey V. Lobanov 2022-01-11 12:39:57 +03:00 committed by Rosen Penev
parent 6a59d41fbf
commit 4b23b2df3b
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ define Package/iodined/description
iodine server version
endef
MAKE_FLAGS += \
TARGETOS="Linux"
define Build/Configure
endef