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:
parent
6a59d41fbf
commit
4b23b2df3b
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ define Package/iodined/description
|
||||||
iodine server version
|
iodine server version
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
MAKE_FLAGS += \
|
||||||
|
TARGETOS="Linux"
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue